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:
Peter Hutterer 2009-07-16 09:28:42 +10:00
parent 52088d3c2d
commit 6a90c7b937

View File

@ -505,7 +505,7 @@ InitKeyboardDeviceStruct(DeviceIntPtr dev, XkbRMLVOSet *rmlvo,
XkbRMLVOSet rmlvo_dflts = { NULL };
if (dev->key || dev->kbdfeed)
return False;
return FALSE;
if (!rmlvo)
{