1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-06 05:44:11 +01:00

- Fixed function naming problem in WINGs.

This commit is contained in:
dan
1999-09-17 16:42:36 +00:00
parent ac64e68fcb
commit 4dabd2ec8c
6 changed files with 10 additions and 7 deletions

View File

@@ -447,7 +447,7 @@ realizeWindow(WMWindow *win)
void
WMSetWindowUPosition(WMWindow *win, int x, int y)
WMSetWindowInitialPosition(WMWindow *win, int x, int y)
{
win->flags.upos_set = 1;
win->upos.x = x;
@@ -459,7 +459,7 @@ WMSetWindowUPosition(WMWindow *win, int x, int y)
void
WMSetWindowUSize(WMWindow *win, unsigned width, unsigned height)
WMSetWindowInitialSize(WMWindow *win, unsigned width, unsigned height)
{
win->usize.width = width;
win->usize.height = height;