diff options
Diffstat (limited to 'src/emacsgtkfixed.c')
| -rw-r--r-- | src/emacsgtkfixed.c | 14 |
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. |
| 2 | This file is only use when compiling with Gtk+ 3. | 2 | This file is only use when compiling with Gtk+ 3. |
| 3 | 3 | ||
| 4 | Copyright (C) 2011 Free Software Foundation, Inc. | 4 | Copyright (C) 2011-2012 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This 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 | ||
| 118 | void | 118 | void |
| 119 | XSetWMSizeHints(Display* d, | 119 | XSetWMSizeHints (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 | ||
| 162 | void | 162 | void |
| 163 | XSetWMNormalHints (Display *d, Window w, XSizeHints *hints) | 163 | XSetWMNormalHints (Display *d, Window w, XSizeHints *hints) |
| 164 | { | 164 | { |