https://bugs.kde.org/show_bug.cgi?id=359046

--- Comment #9 from David Edmundson <k...@davidedmundson.co.uk> ---
Copying and pasting the relevant bit:

Good

_NET_WM_STRUT(CARDINAL) = 0, 0, 0, 27
_NET_WM_STRUT_PARTIAL(CARDINAL) = 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 0, 1365

Bad:
_NET_WM_STRUT(CARDINAL) = 0, 0, 0, 4294966555
_NET_WM_STRUT_PARTIAL(CARDINAL) = 0, 0, 0, 4294966555, 0, 0, 0, 0, 0, 0, 0,
1365

Docs:
_NET_WM_STRUT, left, right, top, bottom, CARDINAL[4]/32

_NET_WM_STRUT_PARTIAL, left, right, top, bottom, left_start_y, left_end_y,
right_start_y, right_end_y, top_start_x, top_end_x, bottom_start_x,
bottom_end_x,CARDINAL[12]/32

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to