THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added:
FS#684 - awful.mouse.client.resize allows resizing behind the clients area. User who did this - Uli Schlachter (psychon) ---------- Ah ok, I can reproduce the X11 error from urxvt now, too. But IMO that's an urxvt bug, nothing with awesome. Applying the provided patch won't happen since it breaks resizing in all but the top left corner (you can no longer enlarge the window in the other corners). @farhaven: We are not resizing a client to a size smaller than 0x0. That's impossible. The wire protocol uses an unsigned number for with and height, so the only possibility would be resizing it to 0x0 and that's refused by the X server with a BadValue error. Also, resizing to 0x0 is refused by the C core. The only bug in awesome here would be the flickering. The BadValue error that urvt receives is a bug in urxvt (but that one isn't worth fixing, I think). So if the flickering is unreproducable and the urxvt bug isn't awesome's problem then this can be closed? ---------- More information can be found at the following URL: http://awesome.naquadah.org/bugs/index.php?do=details&task_id=684#comment2160 You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above. -- To unsubscribe, send mail to [email protected].
