mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 13:28:05 +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:
committed by
Carlos R. Mafra
parent
b5101fc8ae
commit
d01c2a596f
@@ -49,16 +49,8 @@ void wHackedGrabButton(unsigned int button, unsigned int modifiers,
|
|||||||
|
|
||||||
WMagicNumber wAddDeathHandler(pid_t pid, WDeathHandler *callback, void *cdata);
|
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);
|
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
|
#ifdef NUMLOCK_HACK
|
||||||
void wHackedGrabKey(int keycode, unsigned int modifiers,
|
void wHackedGrabKey(int keycode, unsigned int modifiers,
|
||||||
Window grab_window, Bool owner_events, int pointer_mode,
|
Window grab_window, Bool owner_events, int pointer_mode,
|
||||||
|
|||||||
Reference in New Issue
Block a user