mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 23:49:36 +02:00
Qt: initialize TXClientMessageEvent with zero bytes.
git-svn-id: trunk@26443 -
This commit is contained in:
parent
47f86d679e
commit
3a5c21dea4
@ -142,6 +142,7 @@ begin
|
||||
RootWin := XRootWindow(Display, ScreenNum);
|
||||
|
||||
// _NET_WM_STATE_SKIP_TASKBAR
|
||||
FillChar(XClient, SizeOf(XClient), 0);
|
||||
XClient._type := ClientMessage;
|
||||
XClient.window := QWidget_winId(Widget);
|
||||
WMAtom := XInternAtom(Display,'_NET_WM_STATE', False);
|
||||
|
Loading…
Reference in New Issue
Block a user