Remove extra function prototype
This commit is contained in:
parent
c0d3b8f14b
commit
1c4dc615e1
|
@ -49,8 +49,6 @@ bool x11_enter_fullscreen(Display *dpy, unsigned width, unsigned height);
|
|||
void x11_exit_fullscreen(Display *dpy);
|
||||
#endif
|
||||
|
||||
void x11_suspend_screensaver(void *data, bool state);
|
||||
|
||||
void x11_check_window(void *data, bool *quit,
|
||||
bool *resize, unsigned *width, unsigned *height);
|
||||
|
||||
|
|
Loading…
Reference in New Issue