summaryrefslogtreecommitdiffstats
path: root/include/SystrayErrorHandler.h
blob: 3850655dca8a95af760c28102ba9e8adf57878ce (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _PHI_SYSTRAYERRORHANDLER_H_
#define _PHI_SYSTRAYERRORHANDLER_H_

#include <X11/Xlib.h>


void setSystrayErrorHandler (void);

Window getLastErrorWindow (void);

#endif /* _PHI_SYSTRAYERRORHANDLER_H_ */