[3214] in BarnOwl Developers
[barnowl/barnowl] eba02e: Fix dirtying windows inside a redraw handler
daemon@ATHENA.MIT.EDU (noreply@github.com)
Tue Sep 27 16:24:57 2011
Date: Tue, 27 Sep 2011 13:24:55 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: https://github.com/barnowl/barnowl
Commit: eba02ec95bdc692803bcaf7dc90abc666c7097f7
https://github.com/barnowl/barnowl/commit/eba02ec95bdc692803bcaf7dc90abc666c7097f7
Author: David Benjamin <davidben@mit.edu>
Date: 2011-09-27 (Tue, 27 Sep 2011)
Changed paths:
M window.c
Log Message:
-----------
Fix dirtying windows inside a redraw handler
This is a seriously sketchy thing to do, but at least maintain
dirty and dirty_subtree bits correctly.
Tested by triggering an editwin dirty from the sepbar code.
Reviewed-by: Nelson Elhage <nelhage@mit.edu>