diff src/event-Xt.c @ 3094:ad2f4ae9895b

[xemacs-hg @ 2005-11-26 11:45:47 by stephent] Xft merge. <87k6ev4p8q.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Sat, 26 Nov 2005 11:46:25 +0000
parents 4c038e89d563
children 77f5a5135b3a
line wrap: on
line diff
--- a/src/event-Xt.c	Fri Nov 25 22:51:38 2005 +0000
+++ b/src/event-Xt.c	Sat Nov 26 11:46:25 2005 +0000
@@ -2986,7 +2986,7 @@
     } else {
       status = XParseColor (dpy, colormap, (char*)str, &screenColor);
       if (status) {
-	status = allocate_nearest_color (dpy, colormap, visual, &screenColor);
+	status = x_allocate_nearest_color (dpy, colormap, visual, &screenColor);
       }
     }
   } else {