mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 08:10:03 +01:00
xkb: cosmetic fix, use TRUE instead of True.
Rest of InitKeyboardDeviceStruct uses TRUE and FALSE. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
52088d3c2d
commit
6a90c7b937
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ InitKeyboardDeviceStruct(DeviceIntPtr dev, XkbRMLVOSet *rmlvo,
|
|||
XkbRMLVOSet rmlvo_dflts = { NULL };
|
||||
|
||||
if (dev->key || dev->kbdfeed)
|
||||
return False;
|
||||
return FALSE;
|
||||
|
||||
if (!rmlvo)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue