mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-16 19:00:30 +01:00
Revert "mi: unexport miShapedWindowIn()"
This reverts commit c2ee74c523.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2102>
This commit is contained in:
parent
7281fb5aa6
commit
567ffcad2d
4 changed files with 10 additions and 10 deletions
7
mi/mi.h
7
mi/mi.h
|
|
@ -264,6 +264,13 @@ extern _X_EXPORT Bool miScreenInit(ScreenPtr pScreen,
|
|||
|
||||
/* mivaltree.c */
|
||||
|
||||
extern _X_EXPORT int miShapedWindowIn(RegionPtr /*universe */ ,
|
||||
RegionPtr /*bounding */ ,
|
||||
BoxPtr /*rect */ ,
|
||||
int /*x */ ,
|
||||
int /*y */
|
||||
);
|
||||
|
||||
extern _X_EXPORT int miValidateTree(WindowPtr /*pParent */ ,
|
||||
WindowPtr /*pChild */ ,
|
||||
VTKind /*kind */
|
||||
|
|
|
|||
|
|
@ -48,7 +48,4 @@ void miPaintWindow(WindowPtr pWin, RegionPtr prgn, int what);
|
|||
|
||||
void miSourceValidate(DrawablePtr pDrawable, int x, int y, int w, int h,
|
||||
unsigned int subWindowMode);
|
||||
int miShapedWindowIn(RegionPtr universe, RegionPtr bounding, BoxPtr rect,
|
||||
int x, int y);
|
||||
|
||||
#endif /* _XSERVER_MI_PRIV_H */
|
||||
|
|
|
|||
|
|
@ -91,12 +91,10 @@ Equipment Corporation.
|
|||
#include <dix-config.h>
|
||||
|
||||
#include <X11/X.h>
|
||||
|
||||
#include "mi/mi_priv.h"
|
||||
|
||||
#include "scrnintstr.h"
|
||||
#include "validate.h"
|
||||
#include "windowstr.h"
|
||||
#include "mi.h"
|
||||
#include "regionstr.h"
|
||||
#include "mivalidate.h"
|
||||
#include "globals.h"
|
||||
|
|
|
|||
|
|
@ -92,13 +92,11 @@ Equipment Corporation.
|
|||
#include <dix-config.h>
|
||||
|
||||
#include <stddef.h> /* For NULL */
|
||||
#include <X11/X.h>
|
||||
|
||||
#include "mi/mi_priv.h"
|
||||
|
||||
#include <X11/X.h>
|
||||
#include "scrnintstr.h"
|
||||
#include "validate.h"
|
||||
#include "windowstr.h"
|
||||
#include "mi.h"
|
||||
#include "regionstr.h"
|
||||
#include "mivalidate.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue