diff --git a/hw/dmx/dmxscrinit.c b/hw/dmx/dmxscrinit.c index 9c01c2c2f..44f290778 100644 --- a/hw/dmx/dmxscrinit.c +++ b/hw/dmx/dmxscrinit.c @@ -1911,6 +1911,8 @@ Bool dmxScreenInit(int idx, ScreenPtr pScreen, int argc, char *argv[]) DMX_WRAP(ChangeBorderWidth, dmxChangeBorderWidth, dmxScreen, pScreen); + DMX_WRAP(ModifyPixmapHeader, dmxModifyPixmapHeader, dmxScreen, pScreen); + DMX_WRAP(SetWindowPixmap, dmxSetWindowPixmap, dmxScreen, pScreen); /* Wrap Image functions */ @@ -2063,6 +2065,10 @@ Bool dmxCloseScreen(int idx, ScreenPtr pScreen) DMX_UNWRAP(ChangeBorderWidth, dmxScreen, pScreen); + DMX_UNWRAP(ModifyPixmapHeader, dmxScreen, pScreen); + + DMX_UNWRAP(SetWindowPixmap, dmxScreen, pScreen); + DMX_UNWRAP(GetImage, dmxScreen, pScreen); DMX_UNWRAP(GetSpans, dmxScreen, pScreen);