mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-06 13:54:12 +01:00
- Fixed function naming problem in WINGs.
This commit is contained in:
@@ -761,9 +761,9 @@ void WMSetWindowMiniwindowImage(WMWindow *win, WMPixmap *pixmap);
|
||||
|
||||
void WMSetWindowCloseAction(WMWindow *win, WMAction *action, void *clientData);
|
||||
|
||||
void WMSetWindowUPosition(WMWindow *win, int x, int y);
|
||||
void WMSetWindowInitialPosition(WMWindow *win, int x, int y);
|
||||
|
||||
void WMSetWindowUSize(WMWindow *win, unsigned width, unsigned height);
|
||||
void WMSetWindowInitialSize(WMWindow *win, unsigned width, unsigned height);
|
||||
|
||||
void WMSetWindowMaxSize(WMWindow *win, unsigned width, unsigned height);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user