aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/config.h2
-rw-r--r--src/dminiwm.c3
2 files changed, 3 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h
index 41bbbca..c3ab1b0 100755
--- a/src/config.h
+++ b/src/config.h
@@ -1,4 +1,4 @@
- /* config.h for dminiwm.c [ 0.1.1 ]
+ /* config.h for dminiwm.c [ 0.1.2 ]
*
* Started from catwm 31/12/10
* Bad window error checking and numlock checking used from
diff --git a/src/dminiwm.c b/src/dminiwm.c
index 913f120..437e994 100644
--- a/src/dminiwm.c
+++ b/src/dminiwm.c
@@ -1,4 +1,4 @@
-/* dminiwm.c [ 0.1.1 ]
+/* dminiwm.c [ 0.1.2 ]
*
* I started this from catwm 31/12/10
* Bad window error checking and numlock checking used from
@@ -665,6 +665,7 @@ void maprequest(XEvent *e) {
// For dialog windows
XGetTransientForHint(dis, ev->window, &dialog_window);
if(dialog_window != 0) {
+ add_window(ev->window);
XMapWindow(dis, ev->window);
XSetInputFocus(dis,ev->window,RevertToParent,CurrentTime);
XRaiseWindow(dis,ev->window);