mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 04:40:02 +01:00
Revert "mi: unexport miCreateScreenResources()"
libwfb.so has a reference to this function:
$ nm -D build.debug/hw/xfree86/dixmods/libwfb.so | grep miCreateScreenResources
U miCreateScreenResources
This reverts commit d14ae53e1f.
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
This commit is contained in:
parent
c34f59ee15
commit
d1ea5a6090
2 changed files with 4 additions and 1 deletions
3
mi/mi.h
3
mi/mi.h
|
|
@ -241,6 +241,9 @@ extern _X_EXPORT Bool miModifyPixmapHeader(PixmapPtr pPixmap,
|
|||
void *pPixData
|
||||
);
|
||||
|
||||
extern _X_EXPORT Bool miCreateScreenResources(ScreenPtr /*pScreen */
|
||||
);
|
||||
|
||||
extern _X_EXPORT Bool miScreenInit(ScreenPtr pScreen,
|
||||
void *pbits,
|
||||
int xsize,
|
||||
|
|
|
|||
|
|
@ -51,9 +51,9 @@ void miSendExposures(WindowPtr pWin, RegionPtr pRgn, int dx, int dy);
|
|||
void miWindowExposures(WindowPtr pWin, RegionPtr prgn);
|
||||
|
||||
void miPaintWindow(WindowPtr pWin, RegionPtr prgn, int what);
|
||||
|
||||
void miSourceValidate(DrawablePtr pDrawable, int x, int y, int w, int h,
|
||||
unsigned int subWindowMode);
|
||||
Bool miCreateScreenResources(ScreenPtr pScreen);
|
||||
int miShapedWindowIn(RegionPtr universe, RegionPtr bounding, BoxPtr rect,
|
||||
int x, int y);
|
||||
int miValidateTree(WindowPtr pParent, WindowPtr pChild, VTKind kind);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue