blob: 0ebf729ac44c905da759f8b1b1ea89a7c8516296 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* $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;
}
|