mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-02-28 00:50:43 +01:00
Only hints flags changed
This commit is contained in:
@@ -182,7 +182,8 @@ void SetWMNormalHints( void* display, quint64 window, SizeHints hints )
|
||||
{
|
||||
XSizeHints size_hint;
|
||||
|
||||
size_hint.flags = USPosition;
|
||||
// size_hint.flags = USPosition;
|
||||
size_hint.flags = hints.flags;
|
||||
size_hint.x = hints.x;
|
||||
size_hint.y = hints.y;
|
||||
size_hint.width = hints.width;
|
||||
|
||||
Reference in New Issue
Block a user