Add native error handler for systray
This commit is contained in:
parent
bc9f8e1fbc
commit
227cf56f44
6 changed files with 73 additions and 26 deletions
11
include/SystrayErrorHandler.h
Normal file
11
include/SystrayErrorHandler.h
Normal 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_ */
|
Reference in a new issue