You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Timeout countdown stuck at 0:01: The frontend sends timeout:<value> but Respond() validates the raw string including the prefix, rejecting it as unknown.
Jagged rounded corners on Windows: SetWindowRgn with CreateRoundRectRgn produces aliased (staircase) edges with no anti-aliasing.
Fix
Strip the timeout: prefix before validation in Respond().
Layered rounding: CSS border-radius on a .window-frame wrapper for smooth anti-aliased visual corners, black body margin for contrast, SetWindowRgn to clip the outer rectangle.
Problem
timeout:<value>butRespond()validates the raw string including the prefix, rejecting it as unknown.SetWindowRgnwithCreateRoundRectRgnproduces aliased (staircase) edges with no anti-aliasing.Fix
timeout:prefix before validation inRespond().border-radiuson a.window-framewrapper for smooth anti-aliased visual corners, black body margin for contrast,SetWindowRgnto clip the outer rectangle.Ref #23