projects
/
dana
/
openbox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add 'grab_server' for grabbing .. the .. server!
[dana/openbox.git]
/
openbox
/
grab.h
1
#ifndef __grab_h
2
#define __grab_h
3
4
#include <glib.h>
5
#include <X11/Xlib.h>
6
7
void grab_startup();
8
void grab_shutdown();
9
10
void grab_keyboard(gboolean grab);
11
void grab_pointer(gboolean grab, Cursor cur);
12
void grab_server(gboolean grab);
13
14
#endif