diff options
| author | Jan Djärv | 2003-03-18 17:48:45 +0000 |
|---|---|---|
| committer | Jan Djärv | 2003-03-18 17:48:45 +0000 |
| commit | 19536747baeb7cf048302f53f2800ee788161594 (patch) | |
| tree | e6abec3cd858b8abb8ee45f76eb5e050d8dabcf2 /src | |
| parent | f39864ec14892d9114ec9e66b802f1a37e0264e7 (diff) | |
| download | emacs-19536747baeb7cf048302f53f2800ee788161594.tar.gz emacs-19536747baeb7cf048302f53f2800ee788161594.zip | |
gtkutil.h: Removed xg_ignore_next_thumb.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/gtkutil.h | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bf9b74b1a56..dd1daeccbf9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-03-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * gtkutil.h: Removed xg_ignore_next_thumb. | ||
| 4 | |||
| 1 | 2003-03-18 Kenichi Handa <handa@etlken2> | 5 | 2003-03-18 Kenichi Handa <handa@etlken2> |
| 2 | 6 | ||
| 3 | * coding.c (Vchar_coding_system_table): Remove this variable. | 7 | * coding.c (Vchar_coding_system_table): Remove this variable. |
diff --git a/src/gtkutil.h b/src/gtkutil.h index fd29ed573e3..2284ff6e113 100644 --- a/src/gtkutil.h +++ b/src/gtkutil.h | |||
| @@ -198,11 +198,6 @@ extern void xg_initialize P_ ((void)); | |||
| 198 | to indicate that the callback should do nothing. */ | 198 | to indicate that the callback should do nothing. */ |
| 199 | extern int xg_ignore_gtk_scrollbar; | 199 | extern int xg_ignore_gtk_scrollbar; |
| 200 | 200 | ||
| 201 | /* After we send a scroll bar event, x_set_toolkit_scroll_bar_thumb will | ||
| 202 | be called. For some reason that needs to be debugged, it gets called | ||
| 203 | with bad values. Thus, we set this variable to ignore those calls. */ | ||
| 204 | extern int xg_ignore_next_thumb; | ||
| 205 | |||
| 206 | /* If a detach of a menu is done, this is the menu widget that got | 201 | /* If a detach of a menu is done, this is the menu widget that got |
| 207 | detached. Must be set to NULL before popping up popup menus. | 202 | detached. Must be set to NULL before popping up popup menus. |
| 208 | Used with xg_keep_popup to delay deleting popup menus when they | 203 | Used with xg_keep_popup to delay deleting popup menus when they |