This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
phi/include/SystrayErrorHandler.h

11 lines
210 B
C

#ifndef _PHI_SYSTRAYERRORHANDLER_H_
#define _PHI_SYSTRAYERRORHANDLER_H_
#include <X11/Xlib.h>
void setSystrayErrorHandler (void);
Window getLastErrorWindow (void);
#endif /* _PHI_SYSTRAYERRORHANDLER_H_ */