summaryrefslogtreecommitdiff
path: root/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'window.c')
-rw-r--r--window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/window.c b/window.c
index 9bd17934a..8740bb183 100644
--- a/window.c
+++ b/window.c
@@ -346,6 +346,8 @@ restart:;
_last_window++;
SetWindowDirty(w);
+
+ CallWindowEventNP(w, WE_CREATE);
return w;
}