mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 21:10:05 +01:00
Wrap ModifyPixmapHeader and SetWindowPixmap properly.
This commit is contained in:
parent
f378e683f9
commit
42b6df396a
1 changed files with 6 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue