mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-03 21:00:11 +01:00
Revert "mi: unexport miClearToBackground()"
This reverts commit 3856b6cb5e.
This commit is contained in:
parent
1855037ac4
commit
f4ae013c8f
3 changed files with 9 additions and 4 deletions
8
mi/mi.h
8
mi/mi.h
|
|
@ -286,6 +286,14 @@ extern _X_EXPORT void miPolylines(DrawablePtr pDrawable,
|
|||
|
||||
/* miwindow.c */
|
||||
|
||||
extern _X_EXPORT void miClearToBackground(WindowPtr /*pWin */ ,
|
||||
int /*x */ ,
|
||||
int /*y */ ,
|
||||
int /*w */ ,
|
||||
int /*h */ ,
|
||||
Bool /*generateExposures */
|
||||
);
|
||||
|
||||
extern _X_EXPORT void miMarkWindow(WindowPtr /*pWin */
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,4 @@ int miShapedWindowIn(RegionPtr universe, RegionPtr bounding, BoxPtr rect,
|
|||
int x, int y);
|
||||
int miValidateTree(WindowPtr pParent, WindowPtr pChild, VTKind kind);
|
||||
|
||||
void miClearToBackground(WindowPtr pWin, int x, int y, int w, int h,
|
||||
Bool generateExposures);
|
||||
|
||||
#endif /* _XSERVER_MI_PRIV_H */
|
||||
|
|
|
|||
|
|
@ -50,10 +50,10 @@ SOFTWARE.
|
|||
#include <X11/extensions/shapeconst.h>
|
||||
|
||||
#include "dix/input_priv.h"
|
||||
#include "mi/mi_priv.h"
|
||||
|
||||
#include "regionstr.h"
|
||||
#include "region.h"
|
||||
#include "mi.h"
|
||||
#include "windowstr.h"
|
||||
#include "scrnintstr.h"
|
||||
#include "pixmapstr.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue