--- rxvt-unicode/src/main.C 2004/01/31 00:20:21 1.22 +++ rxvt-unicode/src/main.C 2004/01/31 03:18:43 1.23 @@ -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 @@ 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 @@ 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,