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:
Tor Lillqvist
2000-11-17 21:59:04 +00:00
committed by Tor Lillqvist
parent b29a24d028
commit 2c2dbae197
11 changed files with 95 additions and 6 deletions

View File

@ -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 */