src/gtkconv.c

changeset 4373
fb2ae2f5edd3
parent 4370
8a804f16341c
child 4378
3bef342997ef
equal deleted inserted replaced
4372:89f8127fab03 4373:fb2ae2f5edd3
25 #ifndef _WIN32 25 #ifndef _WIN32
26 #include <sys/time.h> 26 #include <sys/time.h>
27 #include <unistd.h> 27 #include <unistd.h>
28 #include <gdk/gdkx.h> 28 #include <gdk/gdkx.h>
29 #include <X11/Xlib.h> 29 #include <X11/Xlib.h>
30 #else
31 #include "win32dep.h"
32 #ifdef small
33 #undef small
34 #endif
35 #endif /*_WIN32*/ 30 #endif /*_WIN32*/
36 #include <sys/types.h> 31 #include <sys/types.h>
37 #include <sys/stat.h> 32 #include <sys/stat.h>
38 #include <stdio.h> 33 #include <stdio.h>
39 #include <stdlib.h> 34 #include <stdlib.h>
46 #include "gtkimhtml.h" 41 #include "gtkimhtml.h"
47 #include <gdk/gdkkeysyms.h> 42 #include <gdk/gdkkeysyms.h>
48 #include "prpl.h" 43 #include "prpl.h"
49 #include "gtkimhtml.h" 44 #include "gtkimhtml.h"
50 #include "dnd-hints.h" 45 #include "dnd-hints.h"
46
47 #ifdef _WIN32
48 #include "win32dep.h"
49 #endif
51 50
52 static char nick_colors[][8] = { 51 static char nick_colors[][8] = {
53 "#ba55d3", /* Medium Orchid */ 52 "#ba55d3", /* Medium Orchid */
54 "#ee82ee", /* Violet */ 53 "#ee82ee", /* Violet */
55 "#c715b4", /* Medium Violet Red */ 54 "#c715b4", /* Medium Violet Red */

mercurial