pidgin/gtkimhtml.c

changeset 15577
b8129373f65e
parent 15435
4b933b06d75e
child 15865
e046bdae3964
equal deleted inserted replaced
15576:149facbe2fbd 15577:b8129373f65e
61 # define _(x) (x) 61 # define _(x) (x)
62 #endif 62 #endif
63 63
64 #include <pango/pango-font.h> 64 #include <pango/pango-font.h>
65 65
66 /* GTK+ < 2.4.x hack, see gtkgaim.h for details. */ 66 /* GTK+ < 2.4.x hack, see pidgin.h for details. */
67 #if (!GTK_CHECK_VERSION(2,4,0)) 67 #if (!GTK_CHECK_VERSION(2,4,0))
68 #define GTK_WRAP_WORD_CHAR GTK_WRAP_WORD 68 #define GTK_WRAP_WORD_CHAR GTK_WRAP_WORD
69 #endif 69 #endif
70 70
71 #define TOOLTIP_TIMEOUT 500 71 #define TOOLTIP_TIMEOUT 500

mercurial