THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added:
FS#1084 - Input loss, focus loss, black flickering and way to many redraw in awesome 3.5 User who did this - Uli Schlachter (psychon) ---------- The above-mentioned patch for the black flickering is committed: commit 86f3b7f11fdde0df0a0d886046fd3d792c1239c5 Author: Uli Schlachter <[email protected]> Date: Mon Mar 17 16:27:10 2014 +0100 Drawable: Ignore exposes when we have nothing to draw The X11 server tells us about things that need to be redrawn via expose events. When we get such an expose event before lua drew the drawable, we just fill the exposed area with old data (which is black for newly-created drawables). Fix this by tracking if we have any usable data in a drawable's double buffering pixmap. This flag is unset whenever we throw away the old content (e.g. due to a resize) and is set when lua gave us some new content to display. (And I just noticed that I forgot to mentioned: Ignoring the expose event doesn't mean that we don't display the right content, because lua is (hopefully) already redrawing the needed parts. ---------- More information can be found at the following URL: https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1084#comment3916 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].
