mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 08:29:23 +00:00
fix incompatible pointer warning in Xprint/ddxInit.c
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user