Add comment that GdkXEvent isn't only for XEvent, but in general for
2000-11-17 Tor Lillqvist <tml@iki.fi> * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent, but in general for window system specific events. * gtk/gtk.def * gtk/makefile.mingw.in * gtk/makefile.msc.in: Update.
This commit is contained in:
committed by
Tor Lillqvist
parent
b29a24d028
commit
2c2dbae197
@ -38,7 +38,9 @@ typedef void (*GdkEventFunc) (GdkEvent *event,
|
||||
|
||||
/* Event filtering */
|
||||
|
||||
typedef void GdkXEvent; /* Can be cast to XEvent */
|
||||
typedef void GdkXEvent; /* Can be cast to window system specific
|
||||
* even type, XEvent on X11, MSG on Win32.
|
||||
*/
|
||||
|
||||
typedef enum {
|
||||
GDK_FILTER_CONTINUE, /* Event not handled, continue processesing */
|
||||
|
||||
Reference in New Issue
Block a user