msd-xrdb-manager.c:73:33: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat]
color->red>>8,
^~~~~~~~~~~~~
msd-xrdb-manager.c:74:33: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat]
color->green>>8,
^~~~~~~~~~~~~~~
msd-xrdb-manager.c:75:33: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat]
color->blue>>8);
^~~~~~~~~~~~~~