* xfns.c: Move misplaced ifndef USE_GTK from previous checkin.

This commit is contained in:
Jan Djärv 2013-05-07 19:47:25 +02:00
parent 276e88731b
commit 5ea03bf5a1
2 changed files with 6 additions and 2 deletions

View 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.

View 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;