os: unexport FlushIfCriticalOutputPending()

Not used by any modules, so no need to keep it exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1790>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-02-14 14:09:17 +01:00 committed by Marge Bot
parent be16616715
commit 583dbe832d
2 changed files with 1 additions and 2 deletions

View File

@ -86,8 +86,6 @@ typedef struct _NewClientRec *NewClientPtr;
extern _X_EXPORT int ReadFdFromClient(ClientPtr client);
extern _X_EXPORT void FlushIfCriticalOutputPending(void);
extern _X_EXPORT void SetCriticalOutputPending(void);
extern _X_EXPORT int WriteToClient(ClientPtr /*who */ , int /*count */ ,

View File

@ -47,6 +47,7 @@ int ReadRequestFromClient(struct _Client *client);
int WriteFdToClient(struct _Client *client, int fd, Bool do_close);
Bool InsertFakeRequest(struct _Client *client, char *data, int count);
void FlushAllOutput(void);
void FlushIfCriticalOutputPending(void);
/* exported only for DRI module, but should not be used by external drivers */
_X_EXPORT void ResetCurrentRequest(struct _Client *client);