FreeRDP/client
Hualet Wang e33efccf48 Fixed RAIL window can't show again once hidden
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
2018-12-04 20:37:37 +08:00
..
Android Unified initialization of OrderSupport 2018-11-23 10:11:50 +01:00
common Unified strto[u]l in cmdline.c 2018-11-22 16:28:30 +01:00
iOS Unified initialization of OrderSupport 2018-11-23 10:11:50 +01:00
Mac Unified initialization of OrderSupport 2018-11-23 10:11:50 +01:00
Sample Unified initialization of OrderSupport 2018-11-23 10:11:50 +01:00
Wayland Unified initialization of OrderSupport 2018-11-23 10:11:50 +01:00
Windows Fixed missing NULL check for thread handle. 2018-12-04 09:34:22 +01:00
X11 Fixed RAIL window can't show again once hidden 2018-12-04 20:37:37 +08:00
.gitignore Removed DirectFB client as it is unmaintained 2018-11-22 14:40:19 +01:00
CMakeLists.txt Removed DirectFB client as it is unmaintained 2018-11-22 14:40:19 +01:00
freerdp-client.pc.in Include major version number in library names 2017-01-16 11:11:58 +01:00
FreeRDP-ClientConfig.cmake.in appropriate names in server & client cmake exports 2016-02-03 13:37:35 +01:00