src/protocols/gg/gg.c

changeset 4690
e30dbd5b361f
parent 4687
91ad36873636
child 4705
cc6029a0379c
equal deleted inserted replaced
4689:524a0357d05b 4690:e30dbd5b361f
1 /* 1 /*
2 * gaim - Gadu-Gadu Protocol Plugin 2 * gaim - Gadu-Gadu Protocol Plugin
3 * $Id: gg.c 4998 2003-03-10 05:30:31Z seanegan $ 3 * $Id: gg.c 5001 2003-03-10 06:22:44Z faceprint $
4 * 4 *
5 * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL> 5 * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
51 #include "proxy.h" 51 #include "proxy.h"
52 52
53 #ifdef _WIN32 53 #ifdef _WIN32
54 #include "win32dep.h" 54 #include "win32dep.h"
55 #endif 55 #endif
56
57 #include "pixmaps/protocols/gg/gg_suncloud.xpm"
58 #include "pixmaps/protocols/gg/gg_sunred.xpm"
59 #include "pixmaps/protocols/gg/gg_sunwhitered.xpm"
60 #include "pixmaps/protocols/gg/gg_sunyellow.xpm"
61 56
62 #define USEROPT_NICK 0 57 #define USEROPT_NICK 0
63 58
64 #define AGG_BUF_LEN 1024 59 #define AGG_BUF_LEN 1024
65 60

mercurial