Change struct frame bitfields from unsigned char to unsigned.
authorDmitry Antipov <dmantipov@yandex.ru>
Fri, 31 Aug 2012 04:40:52 +0000 (08:40 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Fri, 31 Aug 2012 04:40:52 +0000 (08:40 +0400)
commit4e0f64791b6f38bfaa8d84addf7a472a15aac111
tree24e1f9af25a986ac56ccc6889738cee3b088cd01
parent8b96a52c54fe4d37e02153be8fd551b0a676d151
Change struct frame bitfields from unsigned char to unsigned.
* frame.h (struct frame): Change type of 'display_preempted',
'visible', 'iconified', 'has_minibuffer', 'wants_modeline',
'auto_raise', 'auto_lower', 'no_split', 'explicit_name',
'window_sizes_changed', 'mouse_moved' and 'pointer_invisible'
bitfields from unsigned char to unsigned.
src/ChangeLog
src/frame.h