]> git.eshelyaron.com Git - emacs.git/commitdiff
Port x_get_monitor_attributes_fallback to !HAVE_GTK3
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 25 Dec 2019 20:01:07 +0000 (12:01 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 25 Dec 2019 20:01:48 +0000 (12:01 -0800)
* src/xfns.c (x_get_net_workarea) [!HAVE_GTK3]:
Define in this case too, since x_get_monitor_attributes_fallback
contains a call to it regardless whether HAVE_GTK3 is defined.

src/xfns.c

index 47aa19607f6cca5b9d20354d84724a8a5268bf1c..0ce1e73397fb0d53145697737ab6c3781de536a9 100644 (file)
@@ -4576,7 +4576,6 @@ On MS Windows, this just returns nil.  */)
    Return false if and only if the workarea information cannot be
    obtained via the _NET_WORKAREA root window property.  */
 
-#ifndef HAVE_GTK3
 static bool
 x_get_net_workarea (struct x_display_info *dpyinfo, XRectangle *rect)
 {
@@ -4634,7 +4633,6 @@ x_get_net_workarea (struct x_display_info *dpyinfo, XRectangle *rect)
 
   return result;
 }
-#endif
 
 #ifndef USE_GTK