Mercurial > pidgin
comparison src/gtkconv.c @ 6291:9287c2897a07
[gaim-migrate @ 6790]
i think this is better
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 23 Jul 2003 23:42:29 +0000 |
parents | 519028f52516 |
children | 8f94cce8faa5 |
comparison
equal
deleted
inserted
replaced
6290:976d9ad5d77a | 6291:9287c2897a07 |
---|---|
90 "#1690ff", /* Dodger Blue */ | 90 "#1690ff", /* Dodger Blue */ |
91 "#4169ff", /* Royal Blue */ | 91 "#4169ff", /* Royal Blue */ |
92 "#6a5acd", /* Slate Blue */ | 92 "#6a5acd", /* Slate Blue */ |
93 "#6495ed", /* Cornflower Blue */ | 93 "#6495ed", /* Cornflower Blue */ |
94 "#708090", /* Slate gray */ | 94 "#708090", /* Slate gray */ |
95 "#ffdead", /* Navajo White */ | 95 "#2f4f4f", /* Dark Slate Gray */ |
96 "#ff8c00", /* Dark Orange */ | |
96 }; | 97 }; |
98 | |
97 #define NUM_NICK_COLORS (sizeof(nick_colors) / sizeof(*nick_colors)) | 99 #define NUM_NICK_COLORS (sizeof(nick_colors) / sizeof(*nick_colors)) |
98 | 100 |
99 #define SCALE(x) \ | 101 #define SCALE(x) \ |
100 ((gdk_pixbuf_animation_get_width(x) <= 48 && \ | 102 ((gdk_pixbuf_animation_get_width(x) <= 48 && \ |
101 gdk_pixbuf_animation_get_height(x) <= 48) ? 48 : 50) | 103 gdk_pixbuf_animation_get_height(x) <= 48) ? 48 : 50) |