]> git.eshelyaron.com Git - emacs.git/commitdiff
lwlib-Xaw.c (make_dialog): Remove extra arg to XtVaGetSubresources.
authorJan D <jan.h.d@swipnet.se>
Thu, 13 May 2010 17:48:56 +0000 (19:48 +0200)
committerJan D <jan.h.d@swipnet.se>
Thu, 13 May 2010 17:48:56 +0000 (19:48 +0200)
lwlib/ChangeLog
lwlib/lwlib-Xaw.c

index 8543b2336c0c7eb3a47232b0457ca887322e0f61..dfa6188846787a6e526f0315e0938cfb93e4aff9 100644 (file)
@@ -1,3 +1,7 @@
+2010-05-13  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * lwlib-Xaw.c (make_dialog): Remove extra arg to XtVaGetSubresources.
+
 2010-05-08  Jan Djärv  <jan.h.d@swipnet.se>
 
        * xlwmenu.c (XlwMenuDestroy): Remove XtDestroyWidget on subwidgets
index d31b460214796101e9536e172a54363c4f823bbf..eaaf2b46d4e9f1963d1dff3b7abe64f6f4c604c5 100644 (file)
@@ -664,7 +664,7 @@ make_dialog (name, parent, pop_up_p, shell_title, icon_name, text_input_slot,
               (XtPointer)"Sans-14" }};
         char *faceName;
         XtVaGetSubresources (dialog, &faceName, "Dialog", "dialog",
-                             rec, 1, 0, NULL);
+                             rec, 1, (String)NULL);
         if (strcmp ("none", faceName) != 0)
           xft_font = openFont (dialog, faceName);
         if (xft_font)