diff configure @ 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 495793f9b503
line wrap: on
line diff
--- a/configure	Mon Aug 13 05:45:25 2012 +0000
+++ b/configure	Mon Aug 13 06:18:30 2012 +0000
@@ -5856,6 +5856,19 @@
 fi
 done
 
+for ac_func in ubuntu_gtk_set_use_overlay_scrollbar
+do :
+  ac_fn_c_check_func "$LINENO" "ubuntu_gtk_set_use_overlay_scrollbar" "ac_cv_func_ubuntu_gtk_set_use_overlay_scrollbar"
+if test "x$ac_cv_func_ubuntu_gtk_set_use_overlay_scrollbar" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_UBUNTU_GTK_SET_USE_OVERLAY_SCROLLBAR 1
+_ACEOF
+
+$as_echo "#define HAVE_OVERLAY_SCROLLBARS2 1" >>confdefs.h
+
+fi
+done
+
 
 RM="rm -f"
 LN="ln -s"