panoramix: unexport PanoramiXTranslateVisualID()
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
194c28f5e5
commit
67e5b099fb
|
@ -11,7 +11,7 @@ extern int PanoramiXPixWidth;
|
||||||
extern int PanoramiXPixHeight;
|
extern int PanoramiXPixHeight;
|
||||||
extern RegionRec PanoramiXScreenRegion;
|
extern RegionRec PanoramiXScreenRegion;
|
||||||
|
|
||||||
extern _X_EXPORT VisualID PanoramiXTranslateVisualID(int screen, VisualID orig);
|
VisualID PanoramiXTranslateVisualID(int screen, VisualID orig);
|
||||||
extern _X_EXPORT void PanoramiXConsolidate(void);
|
extern _X_EXPORT 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);
|
||||||
|
|
Loading…
Reference in New Issue