Mercurial > pidgin
changeset 876:78d0512d71d6
[gaim-migrate @ 886]
Yo
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Mon, 11 Sep 2000 08:48:33 +0000 |
parents | 450db0a5bbe4 |
children | 0415a7e30328 |
files | pixmaps/fontface.xpm src/conversation.c |
diffstat | 2 files changed, 23 insertions(+), 22 deletions(-) [+] |
line wrap: on
line diff
--- a/pixmaps/fontface.xpm Mon Sep 11 08:34:54 2000 +0000 +++ b/pixmaps/fontface.xpm Mon Sep 11 08:48:33 2000 +0000 @@ -1,22 +1,23 @@ /* XPM */ -static char * fontface_xpm[] = { -"22 17 2 1", -" c None", -". c #000000", -" ", -" ", -" ", -" .. ", -" .. ", -" ... ", -" . .. ", -" . .. ", -" . ... ", -" ...... ", -" . ... ", -" . .. ", -" . .. ", -" ... .... ", -" ", -" ", -" "}; +static char *fontface_xpm[] = { +/* columns rows colors chars-per-pixel */ +"16 13 4 1", +" c Gray0", +". c Magenta", +"X c Gray60", +"o c None", +/* pixels */ +"oooooooooooooooo", +"oooooooooooooooo", +"oooooooooooooooo", +"oooooooooo ooooo", +"ooooooooo oooooo", +"oooooooo ooooo", +"oooooooo ooooo", +"ooooooo o oooo", +"ooooooo oooo", +"oooooo ooo ooo", +"ooooo ooo ooo", +"ooo o o", +"oooooooooooooooo", +};
--- a/src/conversation.c Mon Sep 11 08:34:54 2000 +0000 +++ b/src/conversation.c Mon Sep 11 08:48:33 2000 +0000 @@ -1475,7 +1475,7 @@ gtk_widget_show(big_p); gdk_bitmap_unref(mask); font_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask, - &win->style->white, bold_xpm ); + &win->style->white, fontface_xpm ); font_p = gtk_pixmap_new(font_i, mask); gtk_widget_show(font_p); gdk_bitmap_unref(mask);