e33efccf48
The cause is very simple: we didn't map the xwindow on receiving WINDOW_SHOW. but doing that causes another problem that you can't hide a window anymore, and that is because whlie window hiding, the _NET_WM_STATE and WM_STATE properies of the xwindow may change, in the function `xf_event_PropertyNotify` we just assume that windows not maximized, not minimized, yet not showing normally should be corrected to be shown, we just need to consider the situation that the window is hidden here. fix: #5078 |
||
---|---|---|
.. | ||
Android | ||
common | ||
iOS | ||
Mac | ||
Sample | ||
Wayland | ||
Windows | ||
X11 | ||
.gitignore | ||
CMakeLists.txt | ||
freerdp-client.pc.in | ||
FreeRDP-ClientConfig.cmake.in |