(submit/colormap.h) include: colormap.h: drop unused typedef colorResourcePtr
This typedef isn't used anywhere, so can be dropped. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
17efa1994b
commit
7ffcd14845
|
@ -71,9 +71,6 @@ SOFTWARE.
|
||||||
|
|
||||||
typedef CARD32 Pixel;
|
typedef CARD32 Pixel;
|
||||||
|
|
||||||
/* moved to screenint.h: typedef struct _ColormapRec *ColormapPtr */
|
|
||||||
typedef struct _colorResource *colorResourcePtr;
|
|
||||||
|
|
||||||
extern _X_EXPORT Bool ResizeVisualArray(ScreenPtr /* pScreen */ ,
|
extern _X_EXPORT Bool ResizeVisualArray(ScreenPtr /* pScreen */ ,
|
||||||
int /* new_vis_count */ ,
|
int /* new_vis_count */ ,
|
||||||
DepthPtr /* depth */ );
|
DepthPtr /* depth */ );
|
||||||
|
|
Loading…
Reference in New Issue