ftp://ftp.demon.nl/disk1/redhat-contrib/libc5/SRPMS/xscreensaver-2.14-1.src.rpm
[xscreensaver] / driver / xscreensaver.h
index 6dba82a64bf5fa951d655efbf95150bf216c698b..2650215cb6bad4d29d4365d5ecb5fd2b284d8d9f 100644 (file)
@@ -185,6 +185,9 @@ struct saver_screen_info {
                                   destroy and recreate it on different
                                   visuals. */
   Colormap cmap;               /* The colormap that goes with the window. */
+  Bool install_cmap_p;         /* whether we should use our own colormap.
+                                  This can be overridden on a per-hack basis.
+                                */
   Visual *current_visual;      /* The visual of the window. */
   Visual *default_visual;      /* visual to use when none other specified */
   int current_depth;           /* How deep the visual (and the window) are. */
@@ -296,6 +299,11 @@ extern void format_into_label (Widget label, const char *arg);
 extern void steal_focus_and_colormap (Widget dialog);
 #endif
 
+#ifdef HAVE_MOTIF
+extern void disable_motif_drag_and_drop(Widget w);
+#endif
+
+
 /* =======================================================================
    timers
    ======================================================================= */