diff options
Diffstat (limited to 'src/frame.h')
-rw-r--r-- | src/frame.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/frame.h b/src/frame.h index 62dc33511b5..ff696df9eff 100644 --- a/src/frame.h +++ b/src/frame.h @@ -375,7 +375,8 @@ struct frame set this directly, use SET_FRAME_ICONIFIED instead. */ bool_bf iconified : 1; - /* True if this frame should be redrawn. */ + /* True if this frame should be fully redisplayed. Disables all + optimizations while rebuilding matrices and redrawing. */ bool_bf garbaged : 1; /* False means, if this frame has just one window, |