s/gboolean/guint/ in single bitfield to quiet warnings from sparse.
2004-12-25 Kjartan Maraas <kmaraas@gnome.org> * gnome-wm-manager.c: s/gboolean/guint/ in single bitfield to quiet warnings from sparse.
This commit is contained in:
parent
12060b387f
commit
d5e70f1f38
2 changed files with 9 additions and 4 deletions
|
@ -46,10 +46,10 @@ typedef struct {
|
|||
char *config_exec;
|
||||
char *config_tryexec;
|
||||
char *module;
|
||||
gboolean session_managed : 1;
|
||||
gboolean is_user : 1;
|
||||
gboolean is_present : 1;
|
||||
gboolean is_config_present : 1;
|
||||
guint session_managed : 1;
|
||||
guint is_user : 1;
|
||||
guint is_present : 1;
|
||||
guint is_config_present : 1;
|
||||
GnomeWindowManager *gnome_wm;
|
||||
} AvailableWindowManager;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue