Xi: consolidate request handler prototypes

Instead of having huge number of micro-headers, consolidate all the
request handler prototypes in one file.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-09-09 16:27:40 +02:00
committed by Enrico Weigelt
parent 31b110cf28
commit 2b875e18bc
114 changed files with 196 additions and 1564 deletions

View File

@@ -38,11 +38,11 @@
#include "dix/exevents_priv.h"
#include "dix/inpututils_priv.h"
#include "dix/resource_priv.h"
#include "Xi/handlers.h"
#include "inputstr.h" /* DeviceIntPtr */
#include "windowstr.h" /* window structure */
#include "exglobals.h" /* BadDevice */
#include "xigrabdev.h"
int _X_COLD
SProcXIGrabDevice(ClientPtr client)