X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fdevice.h;h=31f5388d895ced49b85e7fffef76bcebe9916209;hb=76759ab036458c54499a454399e19602b8ae6ce3;hp=d33b1eadd194c2de5bd4e922195c441cc7a93897;hpb=f2dd0c6265bf937f7899e2ec552fb9e330bef556;p=chise%2Fxemacs-chise.git.1 diff --git a/src/device.h b/src/device.h index d33b1ea..31f5388 100644 --- a/src/device.h +++ b/src/device.h @@ -426,6 +426,8 @@ int valid_device_class_p (Lisp_Object class); #define MARK_DEVICE_WINDOWS_STRUCTURE_CHANGED(d) \ ((void) (windows_structure_changed = (d)->windows_structure_changed = 1)) +/* #### unify this with DOMAIN_DEVICE once the latter has image instances + expunged from it. */ /* This turns out to be used heavily so we make it a macro to make it inline. Also, the majority of the time the object will turn out to be a window so we move it from being checked last to being checked