added preliminary support to use libAfterImage for background pixmap loading and...
[dana/urxvt.git] / src / rxvttoolkit.h
index 9c0be3f..42f8fd2 100644 (file)
@@ -189,6 +189,10 @@ struct rxvt_screen {
   void clear ();
 };
 
+#ifdef HAVE_AFTERIMAGE  
+struct ASVisual;
+#endif
+
 struct rxvt_display : refcounted {
   io_manager_vec<xevent_watcher> xw;
 
@@ -206,6 +210,9 @@ struct rxvt_display : refcounted {
   Display   *dpy;
   int       screen;
   Window    root;
+#ifdef HAVE_AFTERIMAGE  
+  struct ASVisual  *asv;
+#endif
   rxvt_term *selection_owner;
   Atom      xa[NUM_XA];
   bool      is_local;