dix: unexport workqueue functions

These aren't used by drivers, so no need to export them.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1376>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-03-07 14:50:51 +01:00
committed by Marge Bot
parent 64341c479c
commit b1ce5543f1
5 changed files with 11 additions and 7 deletions

View File

@@ -83,6 +83,7 @@ Equipment Corporation.
#include <X11/Xproto.h>
#include <pixman.h>
#include "dix/dix_priv.h"
#include "dix/registry_priv.h"
#include "scrnintstr.h"