mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-14 21:15:50 +01:00
updated upzzle, removed SetWindowInitialSize added SetWindowAspectRatio
This commit is contained in:
@@ -832,7 +832,8 @@ void WMSetWindowCloseAction(WMWindow *win, WMAction *action, void *clientData);
|
||||
|
||||
void WMSetWindowInitialPosition(WMWindow *win, int x, int y);
|
||||
|
||||
void WMSetWindowInitialSize(WMWindow *win, unsigned width, unsigned height);
|
||||
void WMSetWindowAspectRatio(WMWindow *win, int minX, int minY,
|
||||
int maxX, int maxY);
|
||||
|
||||
void WMSetWindowMaxSize(WMWindow *win, unsigned width, unsigned height);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user