mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 05:20:05 +01:00
fix incompatible pointer warning in Xprint/ddxInit.c
This commit is contained in:
parent
60bd8893d5
commit
bccde16091
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ InitInput(
|
|||
int argc,
|
||||
char **argv)
|
||||
{
|
||||
DevicePtr ptr, kbd;
|
||||
DeviceIntPtr ptr, kbd;
|
||||
|
||||
ptr = AddInputDevice((DeviceProc)PointerProc, TRUE);
|
||||
kbd = AddInputDevice((DeviceProc)KeyboardProc, TRUE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue