dix: move ColormapRec declaration out of public header

Not used by any external module/driver, so no need to keep it in
public header.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-02-24 19:13:37 +01:00
parent f0bf6919ca
commit adc27c5220
24 changed files with 45 additions and 49 deletions

View File

@@ -32,7 +32,6 @@
#include "mi.h"
#include "picturestr.h"
#include "mipict.h"
#include "colormapst.h"
#define NUM_CUBE_LEVELS 4
#define NUM_GRAY_LEVELS 13

View File

@@ -36,7 +36,6 @@
#include "windowstr.h"
#include "input.h"
#include "resource.h"
#include "colormapst.h"
#include "cursorstr.h"
#include "dixstruct.h"
#include "gcstruct.h"

View File

@@ -31,6 +31,7 @@
#include <X11/extensions/renderproto.h>
#include <X11/Xfuncproto.h>
#include "dix/colormap_priv.h"
#include "dix/cursor_priv.h"
#include "dix/dix_priv.h"
#include "os/osdep.h"
@@ -42,7 +43,6 @@
#include "scrnintstr.h"
#include "windowstr.h"
#include "pixmapstr.h"
#include "colormapst.h"
#include "extnsionst.h"
#include "extinit_priv.h"
#include "servermd.h"