diff options
| author | Paul Eggert | 2011-04-16 09:44:58 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-16 09:44:58 -0700 |
| commit | dda3aeddcbf2dbfb9c517b093726703fa5c24800 (patch) | |
| tree | 28e26d1f138a5e97e0e078ec21db33b269483517 /src/ChangeLog | |
| parent | 748945cc8b8c7898e922f0e658f60dc4994e43ef (diff) | |
| download | emacs-dda3aeddcbf2dbfb9c517b093726703fa5c24800.tar.gz emacs-dda3aeddcbf2dbfb9c517b093726703fa5c24800.zip | |
* xterm.c (x_dispatch_event): More accurate ifdefs.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cb3ef75a3aa..f3b7c185444 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6,12 +6,10 @@ | |||
| 6 | 6 | ||
| 7 | * xterm.c: Fix problems found by static analysis with other toolkits. | 7 | * xterm.c: Fix problems found by static analysis with other toolkits. |
| 8 | (toolkit_scroll_bar_interaction): Define and use only if USE_X_TOOLKIT. | 8 | (toolkit_scroll_bar_interaction): Define and use only if USE_X_TOOLKIT. |
| 9 | (x_dispatch_event): Declare static only if !USE_GTK && USE_X_TOOLKIT. | 9 | (x_dispatch_event): Declare static if USE_GTK, and |
| 10 | Define if USE_GTK || (HAVE_MENUS && USE_X_TOOLKIT); USE_MOTIF need | 10 | define if USE_GTK || USE_X_TOOLKIT. |
| 11 | not be part of this test. | ||
| 12 | (SET_SAVED_BUTTON_EVENT): Define only if USE_X_TOOLKIT || USE_GTK. | 11 | (SET_SAVED_BUTTON_EVENT): Define only if USE_X_TOOLKIT || USE_GTK. |
| 13 | * xterm.h (x_dispatch_event): Use USE_GTK, not USE_MOTIF, when testing | 12 | * xterm.h (x_dispatch_event): Extern only if USE_X_TOOLKIT. |
| 14 | whether to declare. | ||
| 15 | * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only if | 13 | * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only if |
| 16 | defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK. | 14 | defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK. |
| 17 | 15 | ||