Commit 8789ed6f authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

winex11.drv: Indirection level fix.

parent 2d08f90d
......@@ -982,7 +982,7 @@ int X11DRV_AttachEventQueueToTablet(HWND hOwner)
/***********************************************************************
* X11DRV_GetCurrentPacket (X11DRV.@)
*/
int X11DRV_GetCurrentPacket(LPWTPACKET *packet)
int X11DRV_GetCurrentPacket(LPWTPACKET packet)
{
memcpy(packet,&gMsgPacket,sizeof(WTPACKET));
return 1;
......@@ -1435,7 +1435,7 @@ int X11DRV_AttachEventQueueToTablet(HWND hOwner)
/***********************************************************************
* GetCurrentPacket (X11DRV.@)
*/
int X11DRV_GetCurrentPacket(LPWTPACKET *packet)
int X11DRV_GetCurrentPacket(LPWTPACKET packet)
{
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment