comparison config.h.in @ 1794:97b1edb41d44

Added code to disable Ubuntu overlay scrollbars for widgets created with dw_scrollbar_new() on GTK2.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 13 Aug 2012 06:18:30 +0000
parents 2cfbfccbbafe
children dee122916f3c
comparison
equal deleted inserted replaced
1793:2cfbfccbbafe 1794:97b1edb41d44
58 #undef DW_USE_GTK 58 #undef DW_USE_GTK
59 59
60 /* Define if we have Ubuntu overlay scrollbars */ 60 /* Define if we have Ubuntu overlay scrollbars */
61 #undef HAVE_OVERLAY_SCROLLBARS 61 #undef HAVE_OVERLAY_SCROLLBARS
62 62
63 /* Define if we have Ubuntu overlay scrollbars (GTK2) */
64 #undef HAVE_OVERLAY_SCROLLBARS2
65