Mercurial > hg > xemacs-beta
comparison src/events.h @ 120:cca96a509cfe r20-1b12
Import from CVS: tag r20-1b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:25:29 +0200 |
parents | 4be1180a9e89 |
children | 2d532a89d707 |
comparison
equal
deleted
inserted
replaced
119:d101af7320b8 | 120:cca96a509cfe |
---|---|
342 | 342 |
343 #if defined (HAVE_X_WINDOWS) && defined(emacs) | 343 #if defined (HAVE_X_WINDOWS) && defined(emacs) |
344 # include <X11/Xlib.h> | 344 # include <X11/Xlib.h> |
345 #endif | 345 #endif |
346 | 346 |
347 #if defined (HAVE_NEXTSTEP) && defined(emacs) | |
348 # import <appkit/appkit.h> | |
349 #endif | |
350 | |
351 union magic_data | 347 union magic_data |
352 { | 348 { |
353 char underlying_tty_event; | 349 char underlying_tty_event; |
354 #ifdef HAVE_X_WINDOWS | 350 #ifdef HAVE_X_WINDOWS |
355 XEvent underlying_x_event; | 351 XEvent underlying_x_event; |
356 #endif | |
357 #ifdef HAVE_NEXTSTEP | |
358 NXEvent underlying_ns_event; | |
359 #endif | 352 #endif |
360 }; | 353 }; |
361 | 354 |
362 struct Lisp_Event | 355 struct Lisp_Event |
363 { | 356 { |