From: pcg Date: Sat, 31 Jan 2004 03:18:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=7dda45ca741aeaec50951da77824e8a8797ee0c3;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/main.C b/src/main.C index e1f2821d..0f1e1d1f 100644 --- a/src/main.C +++ b/src/main.C @@ -1,7 +1,7 @@ /*--------------------------------*-C-*---------------------------------* * File: main.c *----------------------------------------------------------------------* - * $Id: main.C,v 1.22 2004-01-31 00:20:21 pcg Exp $ + * $Id: main.C,v 1.23 2004-01-31 03:18:43 pcg Exp $ * * All portions of code are copyright by their respective author/s. * Copyright (c) 1992 John Bovey, University of Kent at Canterbury @@ -1175,7 +1175,7 @@ rxvt_term::IM_get_IC () preedit_attr = XVaCreateNestedList(0, XNArea, &rect, XNSpotLocation, &spot, XNForeground, fg, XNBackground, bg, - //XNFontSet, TermWin.fontset, + //XNFontSet, TermWin.fontset, NULL); } else if (input_style & XIMPreeditArea) { set_color (&fg, &bg); @@ -1190,11 +1190,11 @@ rxvt_term::IM_get_IC () preedit_attr = XVaCreateNestedList(0, XNArea, &rect, XNForeground, fg, XNBackground, bg, - //XNFontSet, TermWin.fontset, + //XNFontSet, TermWin.fontset, NULL); status_attr = XVaCreateNestedList(0, XNArea, &status_rect, XNForeground, fg, XNBackground, bg, - //XNFontSet, TermWin.fontset, + //XNFontSet, TermWin.fontset, NULL); } Input_Context = XCreateIC(xim, XNInputStyle, input_style,