[uim-commit] r589 - trunk/gtk

makeinu at freedesktop.org makeinu at freedesktop.org
Sun Feb 6 22:10:46 PST 2005


Author: makeinu
Date: 2005-02-06 22:10:43 -0800 (Sun, 06 Feb 2005)
New Revision: 589

Modified:
   trunk/gtk/uim-cand-win-gtk.c
Log:
* gtk/uim-cand-win-gtk.c
  - (uim_cand_win_gtk_init): Initialize "position" member.


Modified: trunk/gtk/uim-cand-win-gtk.c
===================================================================
--- trunk/gtk/uim-cand-win-gtk.c	2005-02-07 06:09:37 UTC (rev 588)
+++ trunk/gtk/uim-cand-win-gtk.c	2005-02-07 06:10:43 UTC (rev 589)
@@ -135,6 +135,8 @@
   cwin->candidate_index = -1;
   cwin->page_index = 0;
 
+  cwin->position = UIM_CAND_WIN_POS_CARET;
+
   cwin->cursor.x = cwin->cursor.y = 0;
   cwin->cursor.width = cwin->cursor.height = 0;
 



More information about the Uim-commit mailing list