aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacsgtkfixed.c
diff options
context:
space:
mode:
authorStefan Monnier2012-03-25 16:37:21 -0400
committerStefan Monnier2012-03-25 16:37:21 -0400
commit699c782b7668c44d0fa4446331b0590a6d5dac82 (patch)
tree5dcce364741d0761920a3d274b0fc8aba4103d45 /src/emacsgtkfixed.c
parent98fb480ee31bf74cf554044f60f21df16566dd7f (diff)
parente99a9b8bdccadded1f6fae88ee7a2a93dfd4eacf (diff)
downloademacs-pending.tar.gz
emacs-pending.zip
Merge from trunkpending
Diffstat (limited to 'src/emacsgtkfixed.c')
-rw-r--r--src/emacsgtkfixed.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/emacsgtkfixed.c b/src/emacsgtkfixed.c
index 0b57e2cdf36..fba672ff74d 100644
--- a/src/emacsgtkfixed.c
+++ b/src/emacsgtkfixed.c
@@ -1,7 +1,7 @@
1/* A Gtk Widget that inherits GtkFixed, but can be shrinked. 1/* A Gtk Widget that inherits GtkFixed, but can be shrunk.
2This file is only use when compiling with Gtk+ 3. 2This file is only use when compiling with Gtk+ 3.
3 3
4Copyright (C) 2011 Free Software Foundation, Inc. 4Copyright (C) 2011-2012 Free Software Foundation, Inc.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
7 7
@@ -116,10 +116,10 @@ emacs_fixed_get_preferred_height (GtkWidget *widget,
116 (Bug#8919), and so users can resize our frames as they wish. */ 116 (Bug#8919), and so users can resize our frames as they wish. */
117 117
118void 118void
119XSetWMSizeHints(Display* d, 119XSetWMSizeHints (Display* d,
120 Window w, 120 Window w,
121 XSizeHints* hints, 121 XSizeHints* hints,
122 Atom prop) 122 Atom prop)
123{ 123{
124 struct x_display_info *dpyinfo = x_display_info_for_display (d); 124 struct x_display_info *dpyinfo = x_display_info_for_display (d);
125 struct frame *f = x_top_window_to_frame (dpyinfo, w); 125 struct frame *f = x_top_window_to_frame (dpyinfo, w);
@@ -158,7 +158,7 @@ XSetWMSizeHints(Display* d,
158/* Override this X11 function. 158/* Override this X11 function.
159 This function is in the same X11 file as the one above. So we must 159 This function is in the same X11 file as the one above. So we must
160 provide it also. */ 160 provide it also. */
161 161
162void 162void
163XSetWMNormalHints (Display *d, Window w, XSizeHints *hints) 163XSetWMNormalHints (Display *d, Window w, XSizeHints *hints)
164{ 164{