Add native error handler for systray

This commit is contained in:
Matthias Schiffer 2011-07-19 14:50:04 +02:00
parent bc9f8e1fbc
commit 227cf56f44
6 changed files with 73 additions and 26 deletions

View file

@ -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_ */