summaryrefslogtreecommitdiff
path: root/src/Manager.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-03-20 12:50:45 +1030
committerPeter Hutterer <peter@cs.unisa.edu.au>2007-03-20 12:50:45 +1030
commit9b344863f39fa557fa55298566634e8f8428d65f (patch)
tree68967d39e26c50f5903b06e8d879fcc0432ee633 /src/Manager.h
parenta1be07ff7602f80762258872d63ff6ffce775870 (diff)
o Make dock buttons listen to device button presses.
o Pair devices on button press on a keyboard in the dock.
Diffstat (limited to 'src/Manager.h')
-rw-r--r--src/Manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Manager.h b/src/Manager.h
index b0288e8..bf0ea76 100644
--- a/src/Manager.h
+++ b/src/Manager.h
@@ -28,6 +28,7 @@ using namespace std;
class WMWindow;
class PointerDevice;
class Dock;
+class Config;
int MPWM_ErrorHandler(Display* dpy, XErrorEvent* ev);