This fixes a problem introduced by my previous change.
+2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
+
+ * xfns.c (x_get_net_workarea): Define only if !GTK || GTK<3.4.
+ This fixes a problem introduced by my previous change.
+
2013-05-07 Glenn Morris <rgm@gnu.org>
* lread.c (readchar): Don't read from a dead buffer. (Bug#14280)
Return false if and only if the workarea information cannot be
obtained via the _NET_WORKAREA root window property. */
+#if !defined USE_GTK || GTK_MAJOR_VERSION < 3 + (GTK_MINOR_VERSION < 4)
static bool
x_get_net_workarea (struct x_display_info *dpyinfo, XRectangle *rect)
{
return result;
}
+#endif
#ifndef USE_GTK