diff src/frameslots.h @ 282:c42ec1d1cded r21-0b39

Import from CVS: tag r21-0b39
author cvs
date Mon, 13 Aug 2007 10:33:18 +0200
parents 1f0dabaa0855
children 57709be46d1b
line wrap: on
line diff
--- a/src/frameslots.h	Mon Aug 13 10:32:23 2007 +0200
+++ b/src/frameslots.h	Mon Aug 13 10:33:18 2007 +0200
@@ -102,6 +102,12 @@
   /* Width and height of the scrollbars. */
   MARKED_SLOT (scrollbar_width);
   MARKED_SLOT (scrollbar_height);
+  /* Whether the scrollbars are visible */
+  MARKED_SLOT (horizontal_scrollbar_visible_p);
+  MARKED_SLOT (vertical_scrollbar_visible_p);
+  /* Scrollbars location */
+  MARKED_SLOT (scrollbar_on_left_p);
+  MARKED_SLOT (scrollbar_on_top_p);
 #endif
 
 #ifdef HAVE_TOOLBARS