diff config.h.in @ 1793:2cfbfccbbafe

Added code to disable Ubuntu overlay scrollbars for widgets created with dw_scrollbar_new() on GTK3.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 13 Aug 2012 05:45:25 +0000
parents 641aa6941b2a
children 97b1edb41d44
line wrap: on
line diff
--- a/config.h.in	Sun Aug 05 13:47:57 2012 +0000
+++ b/config.h.in	Mon Aug 13 05:45:25 2012 +0000
@@ -57,3 +57,6 @@
 /* Define if USING GTK (but not on X11). */
 #undef DW_USE_GTK
 
+/* Define if we have Ubuntu overlay scrollbars */
+#undef HAVE_OVERLAY_SCROLLBARS
+