diff options
author | Keith Packard <keithp@keithp.com> | 2010-03-21 15:38:40 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-03-21 15:38:40 -0700 |
commit | 235fa5030428084368e5be57fca695647b7b79c4 (patch) | |
tree | fb76dd198d8ef965fa934c2d00a62a37dcdb5a69 /dix | |
parent | 1c612acca8568fcdf9761d23f112adaf4d496f1b (diff) | |
parent | fa5103a02bd509e4a102afdad2ab26cb22210367 (diff) |
Merge commit 'fa5103a02bd509e4a102afdad2ab26cb22210367'
Diffstat (limited to 'dix')
-rw-r--r-- | dix/window.c | 3 |
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)); |