* 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.
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)
{
return result;
}
-#endif
#ifndef USE_GTK