summaryrefslogtreecommitdiff
path: root/dix
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-03-21 15:38:40 -0700
committerKeith Packard <keithp@keithp.com>2010-03-21 15:38:40 -0700
commit235fa5030428084368e5be57fca695647b7b79c4 (patch)
treefb76dd198d8ef965fa934c2d00a62a37dcdb5a69 /dix
parent1c612acca8568fcdf9761d23f112adaf4d496f1b (diff)
parentfa5103a02bd509e4a102afdad2ab26cb22210367 (diff)
Diffstat (limited to 'dix')
-rw-r--r--dix/window.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/dix/window.c b/dix/window.c
index 2676a546a..c7201df09 100644
--- a/dix/window.c
+++ b/dix/window.c
@@ -2303,6 +2303,9 @@ ConfigureWindow(WindowPtr pWin, Mask mask, XID *vlist, ClientPtr client)
return(Success);
ActuallyDoSomething:
+ if (pWin->drawable.pScreen->ConfigNotify)
+ (*pWin->drawable.pScreen->ConfigNotify)(pWin, x, y, w, h, bw, pSib);
+
if (SubStrSend(pWin, pParent))
{
memset(&event, 0, sizeof(xEvent));