mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-18 19:52:21 +00: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…
Reference in a new issue