summaryrefslogtreecommitdiff
path: root/root.h
blob: 310280474b4b5b6067646a3714011ef7ca079575 (plain)
1
2
3
4
5
6
7
8
9
#ifndef ROOT_H
#define ROOT_H

extern void root_circulate_request( struct gwm_window *window,
				    xcb_circulate_request_event_t *ev );

extern const event_handler root_handlers[];

#endif