1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-16 22:25:56 +01:00

added icon tile hint

other stuff
This commit is contained in:
kojima
2000-02-16 18:26:15 +00:00
parent a0ebed9cb2
commit 754230a6b7
18 changed files with 214 additions and 218 deletions

View File

@@ -377,7 +377,7 @@ wUnshadeWindow(WWindow *wwin)
+ wwin->frame->bottom_width) {
XResizeWindow(dpy, wwin->frame->core->window, w, h);
XMoveWindow(dpy, wwin->client_win, 0, y);
XSync(dpy, 0);
XFlush(dpy);
if (SHADE_DELAY > 0)
wusleep(SHADE_DELAY*2000L/3);
h+=s;