mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 13:40:06 +01:00
14 lines
257 B
C
14 lines
257 B
C
|
|
/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/shared/kbd.c,v 1.2 2003/02/17 15:11:59 dawes Exp $ */
|
||
|
|
|
||
|
|
/*
|
||
|
|
* Copyright (c) 2001 by The XFree86 Project, Inc.
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include "xf86OSKbd.h"
|
||
|
|
|
||
|
|
Bool
|
||
|
|
xf86OSKbdPreInit(InputInfoPtr pInfo)
|
||
|
|
{
|
||
|
|
return FALSE;
|
||
|
|
}
|