comparison console/libgnt/gntwidget.h @ 14198:c65ed4f6eea8

[gaim-migrate @ 16870] Do the right thing: remove the compile warnings. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 19 Aug 2006 03:38:23 +0000
parents 143474e2b1cb
children a0b1ab181316
comparison
equal deleted inserted replaced
14197:f1270dc1d9d2 14198:c65ed4f6eea8
20 #define DEBUG fprintf(stderr, "%s\n", __FUNCTION__) 20 #define DEBUG fprintf(stderr, "%s\n", __FUNCTION__)
21 21
22 typedef struct _GnWidget GntWidget; 22 typedef struct _GnWidget GntWidget;
23 typedef struct _GnWidgetPriv GntWidgetPriv; 23 typedef struct _GnWidgetPriv GntWidgetPriv;
24 typedef struct _GnWidgetClass GntWidgetClass; 24 typedef struct _GnWidgetClass GntWidgetClass;
25
26 #define N_(X) X
27 25
28 typedef enum _GnWidgetFlags 26 typedef enum _GnWidgetFlags
29 { 27 {
30 GNT_WIDGET_DESTROYING = 1 << 0, 28 GNT_WIDGET_DESTROYING = 1 << 0,
31 GNT_WIDGET_CAN_TAKE_FOCUS = 1 << 1, 29 GNT_WIDGET_CAN_TAKE_FOCUS = 1 << 1,