mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-21 17:25:46 +01:00
- Fixed a bug in dock, and a typo.
- syncing the source tree.
This commit is contained in:
@@ -2351,6 +2351,7 @@ wDockDetach(WDock *dock, WAppIcon *icon)
|
||||
icon->docked = 0;
|
||||
icon->dock = NULL;
|
||||
icon->attracted = 0;
|
||||
icon->auto_launch = 0;
|
||||
if (icon->icon->shadowed) {
|
||||
icon->icon->shadowed = 0;
|
||||
icon->icon->force_paint = 1;
|
||||
|
||||
@@ -1114,7 +1114,7 @@ handleShapeNotify(XEvent *event)
|
||||
XShapeEvent *shev = (XShapeEvent*)event;
|
||||
WWindow *wwin;
|
||||
XEvent ev;
|
||||
#ifdef DEBGU
|
||||
#ifdef DEBUG
|
||||
L("got shape notify");
|
||||
#endif
|
||||
while (XCheckTypedWindowEvent(dpy, shev->window, event->type, &ev)) {
|
||||
|
||||
Reference in New Issue
Block a user