repo.or.cz
/
gwm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add support for the zoomed state to managed windows.
[gwm.git]
/
root.h
blob
310280474b4b5b6067646a3714011ef7ca079575
1
#ifndef ROOT_H
2
#define ROOT_H
3
4
extern
void
root_circulate_request
(
struct
gwm_window
*
window
,
5
xcb_circulate_request_event_t
*
ev
);
6
7
extern
const
event_handler root_handlers
[];
8
9
#endif