mirror of https://github.com/FreeRDP/FreeRDP
xfreerdp-client: disabled changing scale by default
This commit is contained in:
parent
334ec7973d
commit
7bb55260e7
|
@ -488,12 +488,12 @@ void xf_create_window(xfInfo* xfi)
|
|||
XSetWMProtocols(xfi->display, xfi->window->handle, &(xfi->WM_DELETE_WINDOW), 1);
|
||||
xfi->drawable = xfi->window->handle;
|
||||
|
||||
/*
|
||||
//allow resizing from half to double
|
||||
|
||||
xf_SetWindowMinMaxInfo(xfi, xfi->window,
|
||||
0, 0, 0, 0, //these aren't used
|
||||
xfi->width * 0.5, xfi->height * 0.5, xfi->width * 2, xfi->height * 2);
|
||||
|
||||
*/
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue