panoramix: unexport PanoramiXConsolidate()
Not used by any drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
67e5b099fb
commit
5af7c30252
|
@ -12,7 +12,7 @@ extern int PanoramiXPixHeight;
|
||||||
extern RegionRec PanoramiXScreenRegion;
|
extern RegionRec PanoramiXScreenRegion;
|
||||||
|
|
||||||
VisualID PanoramiXTranslateVisualID(int screen, VisualID orig);
|
VisualID PanoramiXTranslateVisualID(int screen, VisualID orig);
|
||||||
extern _X_EXPORT void PanoramiXConsolidate(void);
|
void PanoramiXConsolidate(void);
|
||||||
extern _X_EXPORT Bool PanoramiXCreateConnectionBlock(void);
|
extern _X_EXPORT Bool PanoramiXCreateConnectionBlock(void);
|
||||||
extern _X_EXPORT PanoramiXRes *PanoramiXFindIDByScrnum(RESTYPE, XID, int);
|
extern _X_EXPORT PanoramiXRes *PanoramiXFindIDByScrnum(RESTYPE, XID, int);
|
||||||
extern _X_EXPORT Bool
|
extern _X_EXPORT Bool
|
||||||
|
|
Loading…
Reference in New Issue