diff options
author | Joakim Verona <joakim@verona.se> | 2011-09-14 11:45:59 +0200 |
---|---|---|
committer | Joakim Verona <joakim@verona.se> | 2011-09-14 11:45:59 +0200 |
commit | 8d07d23ecd32b9e9f07234313c2e712a8c42b524 (patch) | |
tree | d5d925a00733d9a6d1f637b8f3dfdd40c33a2fe7 /src/emacsgtkfixed.c | |
parent | 8918dacdb34e848edcd894e32de5b7b4e2fa19ea (diff) | |
parent | 46888499da0bb61ce47d339275d5a0c757a02eb2 (diff) | |
download | emacs-8d07d23ecd32b9e9f07234313c2e712a8c42b524.tar.gz emacs-8d07d23ecd32b9e9f07234313c2e712a8c42b524.tar.bz2 emacs-8d07d23ecd32b9e9f07234313c2e712a8c42b524.zip |
upstream
Diffstat (limited to 'src/emacsgtkfixed.c')
-rw-r--r-- | src/emacsgtkfixed.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/emacsgtkfixed.c b/src/emacsgtkfixed.c index 7b93319e978..8cde68d8303 100644 --- a/src/emacsgtkfixed.c +++ b/src/emacsgtkfixed.c @@ -1,4 +1,4 @@ -/* A Gtk Widget that inherits GtkFixed, but can be shrinked. +/* A Gtk Widget that inherits GtkFixed, but can be shrinked. This file is only use when compiling with Gtk+ 3. Copyright (C) 2011 Free Software Foundation, Inc. @@ -237,10 +237,10 @@ emacs_fixed_get_preferred_height (GtkWidget *widget, (Bug#8919), and so users can resize our frames as they wish. */ void -XSetWMSizeHints(Display* d, - Window w, - XSizeHints* hints, - Atom prop) +XSetWMSizeHints (Display* d, + Window w, + XSizeHints* hints, + Atom prop) { struct x_display_info *dpyinfo = x_display_info_for_display (d); struct frame *f = x_top_window_to_frame (dpyinfo, w); @@ -279,7 +279,7 @@ XSetWMSizeHints(Display* d, /* Override this X11 function. This function is in the same X11 file as the one above. So we must provide it also. */ - + void XSetWMNormalHints (Display *d, Window w, XSizeHints *hints) { |