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:
committed by
Carlos R. Mafra
parent
7facc79c0c
commit
42cb1291e3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user