the compmgr works.. hooray!
[dana/dcompmgr.git] / screen.h
index 5d46555..2060c19 100644 (file)
--- a/screen.h
+++ b/screen.h
@@ -20,7 +20,6 @@ typedef struct d_screen {
     xcb_atom_t        selatom; /* ditto.. */
 
     xcb_window_t      overlay;
-    struct d_window  *root;
 
     struct timeval    next_repaint;
     gboolean          need_repaint;
@@ -33,8 +32,7 @@ typedef struct d_screen {
     void (*window_show)(struct d_window *w);
     void (*window_hide)(struct d_window *w);
     void (*window_become_zombie)(struct d_window *w);
-    void (*window_configure)(struct d_window *w, int x, int y,
-                             int width, int height, int border_width);
+    void (*window_reconfigure)(struct d_window *w);
 } d_screen_t;
 
 d_screen_t* screen_new(struct d_display *dpy, int num, xcb_screen_t *xcb);