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 855e56b9d..1387706ec 100644 --- a/hw/dmx/dmxwindow.c +++ b/hw/dmx/dmxwindow.c @@ -374,6 +374,8 @@ dmxCreateWindow(WindowPtr pWindow) dmxSync(dmxScreen, False); } + pWindow->drawable.ops = &dmxDrawableOps; + DMX_WRAP(CreateWindow, dmxCreateWindow, dmxScreen, pScreen); return ret; |