summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-07-19 14:50:04 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-07-19 14:50:04 +0200
commit227cf56f443d1ce45fce2e13a4daf442a29bc862 (patch)
tree0d53ff45098d54e49099aa45afc992ffc4c0fd63 /include
parentbc9f8e1fbc7e117ec5368d2d74742cdb2c5f22f7 (diff)
downloadphi-227cf56f443d1ce45fce2e13a4daf442a29bc862.tar
phi-227cf56f443d1ce45fce2e13a4daf442a29bc862.zip
Add native error handler for systray
Diffstat (limited to 'include')
-rw-r--r--include/SystrayErrorHandler.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/SystrayErrorHandler.h b/include/SystrayErrorHandler.h
new file mode 100644
index 0000000..3850655
--- /dev/null
+++ b/include/SystrayErrorHandler.h
@@ -0,0 +1,11 @@
+#ifndef _PHI_SYSTRAYERRORHANDLER_H_
+#define _PHI_SYSTRAYERRORHANDLER_H_
+
+#include <X11/Xlib.h>
+
+
+void setSystrayErrorHandler (void);
+
+Window getLastErrorWindow (void);
+
+#endif /* _PHI_SYSTRAYERRORHANDLER_H_ */