mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2024-12-04 15:23:32 +08:00
xfreerdp: fix -D option (no window decorations)
This commit is contained in:
parent
51c8794e89
commit
839100e0c7
@ -334,7 +334,8 @@ void xf_create_window(xfInfo* xfi)
|
||||
{
|
||||
XEvent xevent;
|
||||
|
||||
xfi->decoration = xfi->fullscreen ? False : True;
|
||||
if (xfi->fullscreen)
|
||||
xfi->decoration = False;
|
||||
|
||||
xfi->attribs.background_pixel = BlackPixelOfScreen(xfi->screen);
|
||||
xfi->attribs.border_pixel = WhitePixelOfScreen(xfi->screen);
|
||||
|
Loading…
Reference in New Issue
Block a user