home *** CD-ROM | disk | FTP | other *** search
- To: vim-dev@vim.org
- Subject: patch 5.4o.1
- Fcc: outbox
- From: Bram Moolenaar <Bram@moolenaar.net>
- ------------
-
- Found this just after sending out the release, sorry!
-
-
- Patch 5.4o.1
- Problem: Athena and Motif version didn't compile without XIM.
- Solution: Put #ifdef USE_XIM around call to xim_set_preedit().
- Files: src/gui_x11.c
-
-
- *** ../vim-5.4o/src/gui_x11.c Sun Jul 11 20:10:53 1999
- --- src/gui_x11.c Sun Jul 11 20:34:43 1999
- ***************
- *** 476,482 ****
- --- 476,484 ----
- - (status_area_enabled ? gui.char_height : 0)
- #endif
- );
- + #ifdef USE_XIM
- xim_set_preedit();
- + #endif
- #if defined(USE_FONTSET) && !defined(SLOW_XSERVER)
- if (gui.fontset)
- create_workwindow ();
-
-
- --
- hundred-and-one symptoms of being an internet addict:
- 40. You tell the cab driver you live at
- http://123.elm.street/house/bluetrim.html
- 41. You actually try that 123.elm.street address.
-
- --/-/---- Bram Moolenaar ---- Bram@moolenaar.net ---- Bram@vim.org ---\-\--
- \ \ www.vim.org/iccf www.moolenaar.net www.vim.org / /
-