aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-07-22 17:55:04 +0400
committerDmitry Antipov2014-07-22 17:55:04 +0400
commit0df1c7293ee5a4715879ec8bf92585fa050085ea (patch)
treea75620bbe67847ea09ed70043ba695286a56484b /src/ChangeLog
parent1d3710228bb29e020ab4f179b0b14362bb5691b4 (diff)
downloademacs-0df1c7293ee5a4715879ec8bf92585fa050085ea.tar.gz
emacs-0df1c7293ee5a4715879ec8bf92585fa050085ea.zip
* xterm.h (struct x_output) [USE_LUCID && USE_TOOLKIT_SCROLL_BARS]:
Define scroll_bar_top_shadow_pixel and scroll_bar_bottom_shadow_pixel as such. All related users changed.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 84fe1f02560..babfb66bacc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,9 @@
2 2
3 * xterm.h (struct x_output) [USE_X_TOOLKIT || USE_GTK]: Define 3 * xterm.h (struct x_output) [USE_X_TOOLKIT || USE_GTK]: Define
4 menubar_height as such. Tweak comment. 4 menubar_height as such. Tweak comment.
5 [USE_LUCID && USE_TOOLKIT_SCROLL_BARS]: Likewise for
6 scroll_bar_top_shadow_pixel and scroll_bar_bottom_shadow_pixel.
7 All related users changed.
5 (FRAME_MENUBAR_HEIGHT) [!USE_X_TOOLKIT && !USE_GTK]: No-op. 8 (FRAME_MENUBAR_HEIGHT) [!USE_X_TOOLKIT && !USE_GTK]: No-op.
6 * xterm.c (handle_one_xevent): 9 * xterm.c (handle_one_xevent):
7 * gtkutil.c (xg_event_is_for_menubar): 10 * gtkutil.c (xg_event_is_for_menubar):