1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 21:08:08 +01:00

wmaker: Removed deprecated function definition from header

These function exists nowhere, so they should not have a prototype
in the header.
This commit is contained in:
Christophe CURIS
2013-05-12 00:24:40 +02:00
committed by Carlos R. Mafra
parent b5101fc8ae
commit d01c2a596f

View File

@@ -49,16 +49,8 @@ void wHackedGrabButton(unsigned int button, unsigned int modifiers,
WMagicNumber wAddDeathHandler(pid_t pid, WDeathHandler *callback, void *cdata);
Pixmap LoadIcon(WScreen *scr, char *path, char *mask, int title_height);
Bool IsDoubleClick(WScreen *scr, XEvent *event);
WWindow * NextToFocusAfter(WWindow *wwin);
WWindow * NextToFocusBefore(WWindow *wwin);
RImage * wGetImageForWindowName(WScreen *scr, char *winstance, char *wclass);
#ifdef NUMLOCK_HACK
void wHackedGrabKey(int keycode, unsigned int modifiers,
Window grab_window, Bool owner_events, int pointer_mode,