mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-17 06:40:32 +01:00
Xevie: Shutup gcc from warning about no previous prototype...
This commit is contained in:
parent
d4a46fc3e6
commit
b030eb0ce6
1 changed files with 2 additions and 0 deletions
|
|
@ -126,6 +126,8 @@ static void XeviePointerProcessInputProc(xEvent *xE, DeviceIntPtr dev,
|
|||
int count);
|
||||
static void XevieKbdProcessInputProc(xEvent *xE, DeviceIntPtr dev, int count);
|
||||
|
||||
/* Shutup gcc about no previous prototype */
|
||||
void XevieExtensionInit(void);
|
||||
void
|
||||
XevieExtensionInit (void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue