comparison src/frame.h @ 107869:852124e6110f

* frame.h (FRAME_SAMPLE_VISIBILITY): Undo previous change.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 15 Apr 2010 14:52:27 -0700
parents 34e533ec15e0
children c168d4537385
comparison
equal deleted inserted replaced
107868:93782019c88c 107869:852124e6110f
791 Note that a tty frame is visible if and only if it is the topmost 791 Note that a tty frame is visible if and only if it is the topmost
792 frame. */ 792 frame. */
793 793
794 #define FRAME_SAMPLE_VISIBILITY(f) \ 794 #define FRAME_SAMPLE_VISIBILITY(f) \
795 (((f)->async_visible && (f)->visible != (f)->async_visible) ? \ 795 (((f)->async_visible && (f)->visible != (f)->async_visible) ? \
796 SET_FRAME_GARBAGED (f) : \ 796 SET_FRAME_GARBAGED (f) : 0, \
797 (f)->visible = (f)->async_visible, \ 797 (f)->visible = (f)->async_visible, \
798 (f)->iconified = (f)->async_iconified) 798 (f)->iconified = (f)->async_iconified)
799 799
800 #define CHECK_FRAME(x) \ 800 #define CHECK_FRAME(x) \
801 CHECK_TYPE (FRAMEP (x), Qframep, x) 801 CHECK_TYPE (FRAMEP (x), Qframep, x)