81c2858
To: vim-dev@vim.org
81c2858
Subject: Patch 7.2.218
81c2858
Fcc: outbox
81c2858
From: Bram Moolenaar <Bram@moolenaar.net>
81c2858
Mime-Version: 1.0
81c2858
Content-Type: text/plain; charset=UTF-8
81c2858
Content-Transfer-Encoding: 8bit
81c2858
------------
81c2858
81c2858
Patch 7.2.218
81c2858
Problem:    Cannot build GTK with hangul_input feature. (Dominique Pelle)
81c2858
Solution:   Adjuste #ifdef.  (SungHyun Nam)
81c2858
Files:	    src/gui.c
81c2858
81c2858
81c2858
*** ../vim-7.2.217/src/gui.c	2009-06-16 16:01:34.000000000 +0200
81c2858
--- src/gui.c	2009-06-24 17:45:01.000000000 +0200
81c2858
***************
81c2858
*** 959,965 ****
81c2858
  		guicolor_T fg, bg;
81c2858
  
81c2858
  		if (
81c2858
! # ifdef HAVE_GTK2
81c2858
  			preedit_get_status()
81c2858
  # else
81c2858
  			im_get_status()
81c2858
--- 959,965 ----
81c2858
  		guicolor_T fg, bg;
81c2858
  
81c2858
  		if (
81c2858
! # if defined(HAVE_GTK2) && !defined(FEAT_HANGULIN)
81c2858
  			preedit_get_status()
81c2858
  # else
81c2858
  			im_get_status()
81c2858
*** ../vim-7.2.217/src/version.c	2009-06-24 18:07:55.000000000 +0200
81c2858
--- src/version.c	2009-06-24 18:31:06.000000000 +0200
81c2858
***************
81c2858
*** 678,679 ****
81c2858
--- 678,681 ----
81c2858
  {   /* Add new patch number below this line */
81c2858
+ /**/
81c2858
+     218,
81c2858
  /**/
81c2858
81c2858
-- 
81c2858
The users that I support would double-click on a landmine to find out
81c2858
what happens.				-- A system administrator
81c2858
81c2858
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
81c2858
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
81c2858
\\\        download, build and distribute -- http://www.A-A-P.org        ///
81c2858
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///