mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 04:40:02 +01:00
Revert "mi: unexport miWindowExposures()"
This reverts commit e424f49cdb.
This commit is contained in:
parent
b982c9514c
commit
a080a088b8
3 changed files with 0 additions and 5 deletions
|
|
@ -26,8 +26,6 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "mi/mi_priv.h"
|
||||
|
||||
#include "fb.h"
|
||||
#include "fboverlay.h"
|
||||
#include "shmint.h"
|
||||
|
|
|
|||
|
|
@ -17,8 +17,6 @@ is" without express or implied warranty.
|
|||
#include <X11/Xdefs.h>
|
||||
#include <X11/Xproto.h>
|
||||
|
||||
#include "mi/mi_priv.h"
|
||||
|
||||
#include "gcstruct.h"
|
||||
#include "window.h"
|
||||
#include "windowstr.h"
|
||||
|
|
|
|||
1
mi/mi.h
1
mi/mi.h
|
|
@ -127,7 +127,6 @@ extern _X_EXPORT RegionPtr miHandleExposures(DrawablePtr /*pSrcDrawable */ ,
|
|||
int /*dsty */
|
||||
);
|
||||
|
||||
|
||||
extern _X_EXPORT void miWindowExposures(WindowPtr /*pWin */ ,
|
||||
RegionPtr /*prgn */);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue