]> git.eshelyaron.com Git - emacs.git/commitdiff
(w32_term_init): Pass XColor to w32_define_color, not COLORREF.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 23 Oct 2002 16:53:48 +0000 (16:53 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 23 Oct 2002 16:53:48 +0000 (16:53 +0000)
src/w32term.c

index bde0388bce3b7afc779267d6cd79dab4969a15d7..acf06daee31717bc781fdb3cfa463a2eb8c08440 100644 (file)
@@ -11124,7 +11124,7 @@ w32_term_init (display_name, xrm_option, resource_name)
 
   /* initialise palette with white and black */
   {
-    COLORREF color;
+    XColor color;
     w32_defined_color (0, "white", &color, 1);
     w32_defined_color (0, "black", &color, 1);
   }