comparison src/device.h @ 408:501cfd01ee6d r21-2-34

Import from CVS: tag r21-2-34
author cvs
date Mon, 13 Aug 2007 11:18:11 +0200
parents 2f8bb876ab1d
children de805c49cfc1
comparison
equal deleted inserted replaced
407:ed6218a7d4d3 408:501cfd01ee6d
424 ((void) (windows_changed = (d)->windows_changed = 1)) 424 ((void) (windows_changed = (d)->windows_changed = 1))
425 425
426 #define MARK_DEVICE_WINDOWS_STRUCTURE_CHANGED(d) \ 426 #define MARK_DEVICE_WINDOWS_STRUCTURE_CHANGED(d) \
427 ((void) (windows_structure_changed = (d)->windows_structure_changed = 1)) 427 ((void) (windows_structure_changed = (d)->windows_structure_changed = 1))
428 428
429 /* #### unify this with DOMAIN_DEVICE once the latter has image instances
430 expunged from it. */
429 /* This turns out to be used heavily so we make it a macro to make it 431 /* This turns out to be used heavily so we make it a macro to make it
430 inline. Also, the majority of the time the object will turn out to 432 inline. Also, the majority of the time the object will turn out to
431 be a window so we move it from being checked last to being checked 433 be a window so we move it from being checked last to being checked
432 first. */ 434 first. */
433 #define DFW_DEVICE(obj) \ 435 #define DFW_DEVICE(obj) \