mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 04:40:02 +01: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:
parent
e37eeb7af2
commit
d9dd300b8d
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue