commit
841e840847
@ -1 +1 @@
|
|||||||
SHA512 (xorgxrdp-0.2.13.tar.gz) = 1f0f6982917b4cd18660ab950a0f04ba962643a71fc2a7d7caeb3c30a6cd37ecb6e757efce3571c6c12f928eddb4e3311080a65f9074c7719980d3d7a6201185
|
SHA512 (xorgxrdp-0.2.14.tar.gz) = 9abe7e831215f8922e244da8fdc8b61a2ac1c45ea454419b9176b333d8fc1def866ff5f7121c5d73c0581d3d42bc2225ffeef6f779959e277419ddf9beb5704f
|
||||||
|
@ -1,48 +0,0 @@
|
|||||||
--- b/module/rdp.h
|
|
||||||
+++ a/module/rdp.h
|
|
||||||
@@ -270,7 +270,6 @@
|
|
||||||
RROutputGetPropertyProcPtr rrOutputGetProperty;
|
|
||||||
RRGetPanningProcPtr rrGetPanning;
|
|
||||||
RRSetPanningProcPtr rrSetPanning;
|
|
||||||
- int allow_screen_resize;
|
|
||||||
|
|
||||||
int listen_sck;
|
|
||||||
char uds_data[256];
|
|
||||||
--- b/module/rdpClientCon.c
|
|
||||||
+++ a/module/rdpClientCon.c
|
|
||||||
@@ -746,9 +746,7 @@
|
|
||||||
|
|
||||||
if ((dev->width != width) || (dev->height != height))
|
|
||||||
{
|
|
||||||
- dev->allow_screen_resize = 1;
|
|
||||||
ok = RRScreenSizeSet(dev->pScreen, width, height, mmwidth, mmheight);
|
|
||||||
- dev->allow_screen_resize = 0;
|
|
||||||
LLOGLN(0, ("rdpClientConProcessScreenSizeMsg: RRScreenSizeSet ok=[%d]", ok));
|
|
||||||
RRTellChanged(dev->pScreen);
|
|
||||||
}
|
|
||||||
--- b/module/rdpRandR.c
|
|
||||||
+++ a/module/rdpRandR.c
|
|
||||||
@@ -127,11 +127,6 @@
|
|
||||||
LLOGLN(0, ("rdpRRScreenSetSize: width %d height %d mmWidth %d mmHeight %d",
|
|
||||||
width, height, (int)mmWidth, (int)mmHeight));
|
|
||||||
dev = rdpGetDevFromScreen(pScreen);
|
|
||||||
- if (dev->allow_screen_resize == 0)
|
|
||||||
- {
|
|
||||||
- LLOGLN(0, ("rdpRRScreenSetSize: not allowing resize"));
|
|
||||||
- return FALSE;
|
|
||||||
- }
|
|
||||||
root = rdpGetRootWindowPtr(pScreen);
|
|
||||||
if ((width < 1) || (height < 1))
|
|
||||||
{
|
|
||||||
--- b/xrdpdev/xrdpdev.c
|
|
||||||
+++ a/xrdpdev/xrdpdev.c
|
|
||||||
@@ -359,9 +359,7 @@
|
|
||||||
if ((dev->width != width) || (dev->height != height))
|
|
||||||
{
|
|
||||||
LLOGLN(0, (" calling RRScreenSizeSet"));
|
|
||||||
- dev->allow_screen_resize = 1;
|
|
||||||
ok = RRScreenSizeSet(dev->pScreen, width, height, mmwidth, mmheight);
|
|
||||||
- dev->allow_screen_resize = 0;
|
|
||||||
LLOGLN(0, (" RRScreenSizeSet ok %d", ok));
|
|
||||||
}
|
|
||||||
return ok;
|
|
Loading…
Reference in new issue