Stefan Dirsch
b151ac9e0b
- Update client to 1.3.0. - Build xorg-x11-Xvnc package from this sources. OBS-URL: https://build.opensuse.org/request/show/209248 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=5
14 lines
588 B
Diff
14 lines
588 B
Diff
Index: unix/xserver/hw/vnc/vncExtInit.cc
|
|
===================================================================
|
|
--- xserver/hw/vnc/vncExtInit.cc (revision 5122)
|
|
+++ xserver/hw/vnc/vncExtInit.cc (working copy)
|
|
@@ -1068,7 +1068,7 @@
|
|
{
|
|
REQUEST(xVncExtApproveConnectReq);
|
|
REQUEST_SIZE_MATCH(xVncExtApproveConnectReq);
|
|
- if (queryConnectId == (void*)stuff->opaqueId) {
|
|
+ if ((CARD32)(long)queryConnectId == stuff->opaqueId) {
|
|
for (int scr = 0; scr < screenInfo.numScreens; scr++) {
|
|
if (desktop[scr]) {
|
|
desktop[scr]->approveConnection(queryConnectId, stuff->approve,
|