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

Removed dup function wScreenSearchForRootWindow

The function wScreenSearchForRootWindow is exactly like wScreenForRootWindow
so can be removed swapping the function call.
This commit is contained in:
Rodolfo García Peñas (kix)
2013-04-03 20:01:45 +02:00
committed by Carlos R. Mafra
parent a401dcbdf6
commit 052efedd93
3 changed files with 2 additions and 24 deletions

View File

@@ -313,7 +313,6 @@ int wScreenKeepInside(WScreen *scr, int *x, int *y, int width, int height);
/* in startup.c */
WScreen *wScreenWithNumber(int i);
WScreen *wScreenForRootWindow(Window window); /* window must be valid */
WScreen *wScreenSearchForRootWindow(Window window);
WScreen *wScreenForWindow(Window window); /* slower than above functions */
void wScreenFinish(WScreen *scr);