kill some whack extra whitespace

This commit is contained in:
Dana Jansens 2003-03-17 01:16:43 +00:00
parent 3b0b41ba81
commit 9c2b06668e

View file

@ -301,7 +301,7 @@ gboolean load()
s_titlebut_unfocused_color = color_new(0xff, 0xff, 0xff); s_titlebut_unfocused_color = color_new(0xff, 0xff, 0xff);
if (!read_mask(db, "window.button.max.mask", &s_max_mask)) { if (!read_mask(db, "window.button.max.mask", &s_max_mask)) {
char data [] = { 0x7c, 0x44, 0x47, 0x47, 0x7f, 0x1f, 0x1f }; char data[] = { 0x7c, 0x44, 0x47, 0x47, 0x7f, 0x1f, 0x1f };
s_max_mask = pixmap_mask_new(7, 7, data); s_max_mask = pixmap_mask_new(7, 7, data);
} }
if (!read_mask(db, "window.button.icon.mask", &s_icon_mask)) { if (!read_mask(db, "window.button.icon.mask", &s_icon_mask)) {