mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-08 06:44:11 +01:00
- Fixed function naming problem in WINGs.
This commit is contained in:
@@ -95,7 +95,7 @@ WMCreateAlertPanel(WMScreen *scrPtr, WMWindow *owner,
|
||||
panel->win = WMCreateWindowWithStyle(scrPtr, "alertPanel",
|
||||
WMTitledWindowMask);
|
||||
|
||||
WMSetWindowUPosition(panel->win,
|
||||
WMSetWindowInitialPosition(panel->win,
|
||||
(scrPtr->rootView->size.width - WMWidgetWidth(panel->win))/2,
|
||||
(scrPtr->rootView->size.height - WMWidgetHeight(panel->win))/2);
|
||||
WMSetWindowTitle(panel->win, "");
|
||||
|
||||
Reference in New Issue
Block a user