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
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue