diff options
| author | Martin Rudalics | 2011-06-06 08:57:59 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2011-06-06 08:57:59 +0200 |
| commit | 1d00388aae9e39ceb8e520b5f227c21fdd219a20 (patch) | |
| tree | 0fae32c463f63162d608b9038dd63fe73b9dfb59 /src/gtkutil.h | |
| parent | 348f5121cd84ade8ce29d557e7f1215694027b05 (diff) | |
| parent | 4d09bcf621ec32e17fdb8dd2ea08344486f7aeef (diff) | |
| download | emacs-old-branches/window-pub.tar.gz emacs-old-branches/window-pub.zip | |
Merge from trunkold-branches/window-pub
Diffstat (limited to 'src/gtkutil.h')
| -rw-r--r-- | src/gtkutil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtkutil.h b/src/gtkutil.h index 3dc0a1dd150..cf58d03b0ce 100644 --- a/src/gtkutil.h +++ b/src/gtkutil.h | |||
| @@ -135,6 +135,7 @@ extern void xg_set_toolkit_scroll_bar_thumb (struct scroll_bar *bar, | |||
| 135 | int position, | 135 | int position, |
| 136 | int whole); | 136 | int whole); |
| 137 | extern int xg_event_is_for_scrollbar (FRAME_PTR f, XEvent *event); | 137 | extern int xg_event_is_for_scrollbar (FRAME_PTR f, XEvent *event); |
| 138 | extern int xg_get_default_scrollbar_width (FRAME_PTR f); | ||
| 138 | 139 | ||
| 139 | extern void update_frame_tool_bar (FRAME_PTR f); | 140 | extern void update_frame_tool_bar (FRAME_PTR f); |
| 140 | extern void free_frame_tool_bar (FRAME_PTR f); | 141 | extern void free_frame_tool_bar (FRAME_PTR f); |