Mercurial > pidgin
diff src/gaim.h @ 535:f03f041c1aa9
[gaim-migrate @ 545]
fflewddur wrote a really cool patch to make buttons borderless, like the
buttons in winaim. of course, unlike winaim, it's optional. :)
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Thu, 27 Jul 2000 17:48:15 +0000 |
| parents | 47eb48fa2e85 |
| children | 66fe9f2c26ad |
line wrap: on
line diff
--- a/src/gaim.h Thu Jul 27 17:41:36 2000 +0000 +++ b/src/gaim.h Thu Jul 27 17:48:15 2000 +0000 @@ -382,7 +382,7 @@ #define TYPE_SIGNOFF 4 #define TYPE_KEEPALIVE 5 -#define REVISION "gaim:$Revision: 537 $" +#define REVISION "gaim:$Revision: 545 $" #define FLAPON "FLAPON\r\n\r\n" #define ROAST "Tic/Toc" @@ -474,6 +474,7 @@ #define OPT_DISP_DEVIL_PIXMAPS 0x00000080 #define OPT_DISP_SHOW_SMILEY 0x00000100 #define OPT_DISP_SHOW_BUDDYTICKER 0x00000200 +#define OPT_DISP_COOL_LOOK 0x00000400 extern int sound_options; #define OPT_SOUND_LOGIN 0x00000001
