diff options
author | Tim Waugh <twaugh@redhat.com> | 2014-09-03 12:38:15 +0100 |
---|---|---|
committer | Tim Waugh <twaugh@redhat.com> | 2014-09-03 12:38:15 +0100 |
commit | d822c36525891becf2ca1574b8610e14899c0186 (patch) | |
tree | 2a13e6eeb5c26fa2a5f33309b649fb3ad9d7322e /unix/xserver/hw/vnc/Input.cc | |
parent | eeaf67893cb8d4066cd37868818d0e35401d47de (diff) | |
download | tigervnc-d822c36525891becf2ca1574b8610e14899c0186.tar.gz tigervnc-d822c36525891becf2ca1574b8610e14899c0186.zip |
Updated to build against xorg-x11-server 1.16.0.
Diffstat (limited to 'unix/xserver/hw/vnc/Input.cc')
-rw-r--r-- | unix/xserver/hw/vnc/Input.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/xserver/hw/vnc/Input.cc b/unix/xserver/hw/vnc/Input.cc index 4ecd81e9..16fb9007 100644 --- a/unix/xserver/hw/vnc/Input.cc +++ b/unix/xserver/hw/vnc/Input.cc @@ -272,7 +272,7 @@ int InputDevice::pointerProc(DeviceIntPtr pDevice, int onoff) return Success; } -static void keyboardBell(int percent, DeviceIntPtr device, pointer ctrl, +static void keyboardBell(int percent, DeviceIntPtr device, void * ctrl, int class_) { if (percent > 0) |