emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100260: lwlib-Xaw.c (make_dialog): R


From: Jan D
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100260: lwlib-Xaw.c (make_dialog): Remove extra arg to XtVaGetSubresources.
Date: Thu, 13 May 2010 19:48:56 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100260
committer: Jan D <address@hidden>
branch nick: trunk
timestamp: Thu 2010-05-13 19:48:56 +0200
message:
  lwlib-Xaw.c (make_dialog): Remove extra arg to XtVaGetSubresources.
modified:
  lwlib/ChangeLog
  lwlib/lwlib-Xaw.c
=== modified file 'lwlib/ChangeLog'
--- a/lwlib/ChangeLog   2010-05-08 18:47:07 +0000
+++ b/lwlib/ChangeLog   2010-05-13 17:48:56 +0000
@@ -1,3 +1,7 @@
+2010-05-13  Jan Djärv  <address@hidden>
+
+       * lwlib-Xaw.c (make_dialog): Remove extra arg to XtVaGetSubresources.
+
 2010-05-08  Jan Djärv  <address@hidden>
 
        * xlwmenu.c (XlwMenuDestroy): Remove XtDestroyWidget on subwidgets

=== modified file 'lwlib/lwlib-Xaw.c'
--- a/lwlib/lwlib-Xaw.c 2010-04-21 16:13:55 +0000
+++ b/lwlib/lwlib-Xaw.c 2010-05-13 17:48:56 +0000
@@ -664,7 +664,7 @@
               (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) 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]