From 227cf56f443d1ce45fce2e13a4daf442a29bc862 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 19 Jul 2011 14:50:04 +0200 Subject: Add native error handler for systray --- include/SystrayErrorHandler.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 include/SystrayErrorHandler.h (limited to 'include') 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 + + +void setSystrayErrorHandler (void); + +Window getLastErrorWindow (void); + +#endif /* _PHI_SYSTRAYERRORHANDLER_H_ */ -- cgit v1.2.3