diff options
| author | Marius Nita <marius@cs.pdx.edu> | 2002-08-22 18:19:57 +0000 |
|---|---|---|
| committer | Marius Nita <marius@cs.pdx.edu> | 2002-08-22 18:19:57 +0000 |
| commit | 7cac1f19acf894aaf4470460732574abc158fd78 (patch) | |
| tree | 8c735f4a346c29073e2e5751a96016e0ad7b4e03 /util/epist/screen.hh | |
| parent | 22e8615f6125cc117af9e01124b9bcc2b19c59ab (diff) | |
toggleGrabs action added
Diffstat (limited to 'util/epist/screen.hh')
| -rw-r--r-- | util/epist/screen.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/epist/screen.hh b/util/epist/screen.hh index 98f8a351..34e3c77f 100644 --- a/util/epist/screen.hh +++ b/util/epist/screen.hh @@ -53,6 +53,7 @@ class screen { unsigned int _num_desktops; bool _managed; + bool _grabbed; // used for keygrab toggle function XWindow *findWindow(const XEvent &e) const; void updateNumDesktops(); |
