Add support for the zoomed state to managed windows.
[gwm.git] / root.h
blob310280474b4b5b6067646a3714011ef7ca079575
1 #ifndef ROOT_H
2 #define ROOT_H
4 extern void root_circulate_request( struct gwm_window *window,
5 xcb_circulate_request_event_t *ev );
7 extern const event_handler root_handlers[];
9 #endif