brad ea74c33952 - USE_IMAKE -> CONFIGURE_STYLE
- split out patch-aa into individual patches
- add @comment with RCS id to PLIST
2000-08-19 01:34:03 +00:00

12 lines
380 B
C

--- 9wm.c.orig Fri Aug 18 21:27:31 2000
+++ 9wm.c Fri Aug 18 21:27:34 2000
@@ -471,7 +471,7 @@
case NormalState:
XMapRaised(dpy, c->parent);
XMapWindow(dpy, c->window);
- setstate(c, NormalState);
+ _setstate(c, NormalState);
if (c->trans != None && current && c->trans == current->window)
active(c);
break;