os: unexport SeatId and move it to dix settings

Not used by any external module/driver, so no need to keep it
public. Also move it to the new dix settings code and rename it.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-11-07 19:34:06 +01:00
committed by Enrico Weigelt
parent 569f6f936f
commit 4642d6207f
11 changed files with 27 additions and 23 deletions

View File

@@ -10,6 +10,4 @@ extern _X_EXPORT const char *defaultFontPath;
extern _X_EXPORT int monitorResolution;
extern _X_EXPORT int defaultColorVisualClass;
extern _X_EXPORT char *SeatId;
#endif /* !_XSERV_GLOBAL_H_ */