diff options
Diffstat (limited to 'hw/dmx/dmxwindow.c')
-rw-r--r-- | hw/dmx/dmxwindow.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/dmx/dmxwindow.c b/hw/dmx/dmxwindow.c index 3a0ab1601..7a8a8d415 100644 --- a/hw/dmx/dmxwindow.c +++ b/hw/dmx/dmxwindow.c @@ -141,7 +141,9 @@ Window dmxCreateRootWindow(WindowPtr pWindow) XLIB_PROLOGUE (dmxScreen); win = XCreateWindow(dmxScreen->beDisplay, parent, + dmxScreen->rootX + pWindow->origin.x - wBorderWidth(pWindow), + dmxScreen->rootY + pWindow->origin.y - wBorderWidth(pWindow), w, h, |