mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +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 */
|