1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-30 10:22:34 +01:00

Added a SlideWindows function to handle horizontally-aligned array of windows

The existing SlideWindow() function is changed to call SlideWindows() with an array of 1 window
This commit is contained in:
Daniel Déchelotte
2013-04-12 01:42:40 +02:00
committed by Carlos R. Mafra
parent 95a73e2783
commit 707ce34a5e
2 changed files with 18 additions and 2 deletions

View File

@@ -77,6 +77,7 @@ WWindow * NextToFocusBefore(WWindow *wwin);
void move_window(Window win, int from_x, int from_y, int to_x, int to_y);
void SlideWindow(Window win, int from_x, int from_y, int to_x, int to_y);
void SlideWindows(Window *wins[], int n, int from_x, int from_y, int to_x, int to_y);
RImage * wGetImageForWindowName(WScreen *scr, char *winstance, char *wclass);