Revision: 6334
Author: ek.kato
Date: Thu Apr 22 08:24:36 2010
Log: * helper/candwin-gtk.c : Fix compilation when eb is not set.
http://code.google.com/p/uim/source/detail?r=6334
Modified:
/trunk/helper/candwin-gtk.c
=======================================
--- /trunk/helper/candwin-gtk.c Tue Apr 20 12:14:41 2010
+++ /trunk/helper/candwin-gtk.c Thu Apr 22 08:24:36 2010
@@ -39,8 +39,6 @@
#if HAVE_EBLIB
#include <uim/uim-scm.h>
#include "uim/uim-eb.h"
-#define UIM_ANNOTATION_WIN_WIDTH 200
-#define UIM_ANNOTATION_WIN_HEIGHT 230
#endif /* HAVE_EBLIB */
#include <gtk/gtk.h>
#include <gdk/gdkx.h>
@@ -59,6 +57,9 @@
#define UIM_IS_CANDIDATE_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE
((klass), UIM_TYPE_CANDIDATE_WINDOW))
#define UIM_CANDIDATE_WINDOW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS
((obj), UIM_TYPE_CANDIDATE_WINDOW, UIMCandidateWindowClass))
+#define UIM_ANNOTATION_WIN_WIDTH 200
+#define UIM_ANNOTATION_WIN_HEIGHT 230
+
typedef struct _UIMCandidateWindow UIMCandidateWindow;
typedef struct _UIMCandidateWindowClass UIMCandidateWindowClass;
--
Subscription settings: http://groups.google.com/group/uim-commit/subscribe?hl=en