os: unexport Os*() functions

These aren't called (and suited for being called) by drivers,
thus drop them from the public module API.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1381>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-02-23 17:26:57 +01:00
parent 3aa62ca6f0
commit be4c8444eb
29 changed files with 70 additions and 47 deletions

View File

@@ -26,6 +26,8 @@
#include <stdlib.h>
#include "os/osdep.h"
#include <X11/X.h>
#include "scrnintstr.h"
#include "windowstr.h"