diff options
Diffstat (limited to 'include/SystrayErrorHandler.h')
-rw-r--r-- | include/SystrayErrorHandler.h | 11 |
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_ */ |