mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
xkb: move the SProcXkbDispatch declaration
Let's move this to where all the other protocol handlers are. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Olivier Fourdan <ofourdan@redhat.com>
This commit is contained in:
committed by
Olivier Fourdan
parent
e37eeb7af2
commit
d9dd300b8d
@@ -779,9 +779,6 @@ extern _X_EXPORT void XkbDeleteRulesDflts(void
|
||||
extern _X_EXPORT void XkbDeleteRulesUsed(void
|
||||
);
|
||||
|
||||
extern _X_EXPORT int SProcXkbDispatch(ClientPtr /* client */
|
||||
);
|
||||
|
||||
extern _X_EXPORT XkbGeometryPtr XkbLookupNamedGeometry(DeviceIntPtr /* dev */ ,
|
||||
Atom /* name */ ,
|
||||
Bool * /* shouldFree */
|
||||
|
||||
@@ -27,4 +27,7 @@ extern int ProcXkbGetKbdByName(ClientPtr client);
|
||||
extern int ProcXkbGetDeviceInfo(ClientPtr client);
|
||||
extern int ProcXkbSetDeviceInfo(ClientPtr client);
|
||||
extern int ProcXkbSetDebuggingFlags(ClientPtr client);
|
||||
|
||||
extern int SProcXkbDispatch(ClientPtr client);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user