1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

Window Maker 0.20.3

This commit is contained in:
dan
1998-11-27 12:26:46 +00:00
parent 9007a6575d
commit 345d980be3
25 changed files with 889 additions and 142 deletions

View File

@@ -1235,13 +1235,12 @@ wSelectWindows(WScreen *scr, XEvent *ev)
void
InteractivePlaceWindow(WWindow *wwin, int *x_ret, int *y_ret)
InteractivePlaceWindow(WWindow *wwin, int *x_ret, int *y_ret,
unsigned width, unsigned height)
{
WScreen *scr = wwin->screen_ptr;
Window root = scr->root_win;
int x, y, h = 0;
int width = wwin->client.width;
int height = wwin->client.height;
XEvent event;
KeyCode shiftl, shiftr;
Window junkw;