Mercurial > hg > xemacs-beta
comparison src/events.h @ 462:0784d089fdc9 r21-2-46
Import from CVS: tag r21-2-46
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:44:37 +0200 |
parents | 576fb035e263 |
children | 7039e6323819 |
comparison
equal
deleted
inserted
replaced
461:120ed4009e51 | 462:0784d089fdc9 |
---|---|
420 | 420 |
421 #if defined (HAVE_X_WINDOWS) && defined(emacs) | 421 #if defined (HAVE_X_WINDOWS) && defined(emacs) |
422 # include <X11/Xlib.h> | 422 # include <X11/Xlib.h> |
423 #endif | 423 #endif |
424 | 424 |
425 #ifdef HAVE_GTK | |
426 #include <gdk/gdk.h> | |
427 #endif | |
428 | |
425 union magic_data | 429 union magic_data |
426 { | 430 { |
427 #ifdef HAVE_TTY | 431 #ifdef HAVE_TTY |
428 char underlying_tty_event; | 432 char underlying_tty_event; |
433 #endif | |
434 #ifdef HAVE_GTK | |
435 GdkEvent underlying_gdk_event; | |
429 #endif | 436 #endif |
430 #ifdef HAVE_X_WINDOWS | 437 #ifdef HAVE_X_WINDOWS |
431 XEvent underlying_x_event; | 438 XEvent underlying_x_event; |
432 #endif | 439 #endif |
433 #ifdef HAVE_MS_WINDOWS | 440 #ifdef HAVE_MS_WINDOWS |