fix incompatible pointer warning in Xprint/ddxInit.c
This commit is contained in:
parent
60bd8893d5
commit
bccde16091
|
@ -177,7 +177,7 @@ InitInput(
|
||||||
int argc,
|
int argc,
|
||||||
char **argv)
|
char **argv)
|
||||||
{
|
{
|
||||||
DevicePtr ptr, kbd;
|
DeviceIntPtr ptr, kbd;
|
||||||
|
|
||||||
ptr = AddInputDevice((DeviceProc)PointerProc, TRUE);
|
ptr = AddInputDevice((DeviceProc)PointerProc, TRUE);
|
||||||
kbd = AddInputDevice((DeviceProc)KeyboardProc, TRUE);
|
kbd = AddInputDevice((DeviceProc)KeyboardProc, TRUE);
|
||||||
|
|
Loading…
Reference in New Issue