(submit/unexport-ddx-callbacks) os: unexport ddx callbacks

The DDX callbacks (where core/DIX calls into DDX) aren't supposed to be
called by drivers directly, so unexport them.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-02-22 17:32:26 +01:00
parent 99a3f7fb1d
commit a9b284a88b
14 changed files with 40 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ Equipment Corporation.
#include "os/screensaver.h"
#include "windowstr.h"
#include "ddx.h"
#include "dixfontstr.h"
#include "gcstruct.h"
#include "colormapst.h"