X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=config.h.in;h=4ea77aa305d4fb14fa58b296a336743e547754a8;hb=5f1f12f2a37da634000f96d18d59cc73a8814ef7;hp=c56839125f33374b19fe7188aa9afa0bf14b2e54;hpb=6b1c86cf395f59389e4ece4ea8f4bea2c332745b;p=xscreensaver diff --git a/config.h.in b/config.h.in index c5683912..4ea77aa3 100644 --- a/config.h.in +++ b/config.h.in @@ -96,6 +96,10 @@ can make use of this if it is available. */ #undef HAVE_GDK_PIXBUF +/* Define this if you have the gdk_pixbuf_apply_embedded_orientation function + (gdk-pixbuf 2.12). */ +#undef HAVE_GDK_PIXBUF_APPLY_EMBEDDED_ORIENTATION + /* Define to 1 if you have the `getcwd' function. */ #undef HAVE_GETCWD @@ -234,6 +238,9 @@ available if the file /usr/include/X11/extensions/Xrandr.h exists.) */ #undef HAVE_RANDR +/* Define this if the RANDR library is version 1.2 or newer. */ +#undef HAVE_RANDR_12 + /* Define this if you have the XReadDisplay extension (I think this is an SGI-only thing; it's in .) A few of the screenhacks will take advantage of this if it's available. */