1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 09:22:27 +01:00

New move_window function

This commit is contained in:
Rodolfo García Peñas (kix)
2012-06-22 17:35:03 +02:00
committed by Carlos R. Mafra
parent 7facc79c0c
commit 42cb1291e3
4 changed files with 20 additions and 26 deletions

View File

@@ -85,6 +85,7 @@ Bool UpdateDomainFile(WDDomain *domain);
WWindow * NextToFocusAfter(WWindow *wwin);
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);
RImage * wGetImageForWindowName(WScreen *scr, char *winstance, char *wclass);