comparison 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
comparison
equal deleted inserted replaced
1792:b0bdec1b820c 1793:2cfbfccbbafe
55 #undef USE_PIXBUF 55 #undef USE_PIXBUF
56 56
57 /* Define if USING GTK (but not on X11). */ 57 /* Define if USING GTK (but not on X11). */
58 #undef DW_USE_GTK 58 #undef DW_USE_GTK
59 59
60 /* Define if we have Ubuntu overlay scrollbars */
61 #undef HAVE_OVERLAY_SCROLLBARS
62