]> git.eshelyaron.com Git - emacs.git/commitdiff
* xfns.c: Move misplaced ifndef USE_GTK from previous checkin.
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 7 May 2013 17:47:25 +0000 (19:47 +0200)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 7 May 2013 17:47:25 +0000 (19:47 +0200)
src/ChangeLog
src/xfns.c

index e9629adf35a37b7b44ff265f63261aebb5f7fe71..4b71eed9c2156afd4da6e43dc536298254367435 100644 (file)
@@ -1,3 +1,7 @@
+2013-05-07  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * xfns.c: Move misplaced ifndef USE_GTK from previous checkin.
+
 2013-05-07  Paul Eggert  <eggert@cs.ucla.edu>
 
        Static checking by GCC 4.8.0.
index d45d113a741efea734db385e5880276dae968ca6..8254f3cf22edaa9f2c0dde72ec15ca116ffb55eb 100644 (file)
@@ -3804,8 +3804,6 @@ If omitted or nil, that stands for the selected frame's display.  */)
    Return false if and only if the workarea information cannot be
    obtained via the _NET_WORKAREA root window property.  */
 
-#ifndef USE_GTK
-
 static bool
 x_get_net_workarea (struct x_display_info *dpyinfo, XRectangle *rect)
 {
@@ -3864,6 +3862,8 @@ x_get_net_workarea (struct x_display_info *dpyinfo, XRectangle *rect)
   return result;
 }
 
+#ifndef USE_GTK
+
 struct MonitorInfo {
   XRectangle geom, work;
   int mm_width, mm_height;