mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
11 lines
168 B
C
11 lines
168 B
C
/* gnomefe misc defs. */
|
|
|
|
#ifndef _gnome_fe_h
|
|
#define _gnome_fe_h
|
|
|
|
typedef struct fe_ContextData {
|
|
void *frame_or_view;
|
|
} fe_ContextData;
|
|
|
|
#endif /* _gnome_fe_h */
|