multimon fix
This commit is contained in:
parent
473f3dcd0c
commit
5e398e0c91
@ -713,7 +713,6 @@ sck_can_recv(int sck, int millis)
|
|||||||
static int
|
static int
|
||||||
process_screen_size_msg(int width, int height, int bpp)
|
process_screen_size_msg(int width, int height, int bpp)
|
||||||
{
|
{
|
||||||
RRScreenSizePtr pSize;
|
|
||||||
int mmwidth;
|
int mmwidth;
|
||||||
int mmheight;
|
int mmheight;
|
||||||
int bytes;
|
int bytes;
|
||||||
@ -785,9 +784,6 @@ process_screen_size_msg(int width, int height, int bpp)
|
|||||||
mmwidth = PixelToMM(width);
|
mmwidth = PixelToMM(width);
|
||||||
mmheight = PixelToMM(height);
|
mmheight = PixelToMM(height);
|
||||||
|
|
||||||
pSize = RRRegisterSize(g_pScreen, width, height, mmwidth, mmheight);
|
|
||||||
RRSetCurrentConfig(g_pScreen, RR_Rotate_0, 0, pSize);
|
|
||||||
|
|
||||||
if ((g_rdpScreen.width != width) || (g_rdpScreen.height != height))
|
if ((g_rdpScreen.width != width) || (g_rdpScreen.height != height))
|
||||||
{
|
{
|
||||||
LLOGLN(0, (" calling RRScreenSizeSet"));
|
LLOGLN(0, (" calling RRScreenSizeSet"));
|
||||||
|
Loading…
Reference in New Issue
Block a user