mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-31 13:40:08 +01:00
Revert "mi: unexport SetInstalledmiColormap() macro"
This reverts commit aae9bd3f62.
This commit is contained in:
parent
eccee47185
commit
b07202abc7
4 changed files with 3 additions and 8 deletions
|
|
@ -36,11 +36,9 @@
|
|||
#include "misc.h"
|
||||
|
||||
#include "dix/colormap_priv.h"
|
||||
#include "mi/mi_priv.h"
|
||||
|
||||
#include "misc.h"
|
||||
#include "colormapst.h"
|
||||
#include "scrnintstr.h"
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
#include "xf86.h"
|
||||
|
|
|
|||
|
|
@ -19,9 +19,6 @@
|
|||
#include "include/window.h"
|
||||
#include "mi/mi.h"
|
||||
|
||||
#define SetInstalledmiColormap(s,c) \
|
||||
(dixSetPrivate(&(s)->devPrivates, micmapScrPrivateKey, c))
|
||||
|
||||
void miScreenClose(ScreenPtr pScreen);
|
||||
|
||||
void miWideArc(DrawablePtr pDraw, GCPtr pGC, int narcs, xArc * parcs);
|
||||
|
|
|
|||
|
|
@ -33,8 +33,6 @@
|
|||
#include <X11/Xproto.h>
|
||||
|
||||
#include "dix/colormap_priv.h"
|
||||
#include "mi/mi_priv.h"
|
||||
#include "os/osdep.h"
|
||||
|
||||
#include "scrnintstr.h"
|
||||
#include "colormapst.h"
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
#define GetInstalledmiColormap(s) \
|
||||
((ColormapPtr) dixLookupPrivate(&(s)->devPrivates, micmapScrPrivateKey))
|
||||
#define SetInstalledmiColormap(s,c) \
|
||||
(dixSetPrivate(&(s)->devPrivates, micmapScrPrivateKey, c))
|
||||
|
||||
extern _X_EXPORT DevPrivateKeyRec micmapScrPrivateKeyRec;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue