antiright-devel
[Top][All Lists]
Advanced

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

[Antiright-devel] antiright/src/arshell arshell.c


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/src/arshell arshell.c
Date: Sat, 23 Oct 2004 20:46:32 -0400

CVSROOT:        /cvsroot/antiright
Module name:    antiright
Branch:         
Changes by:     Jeffrey Bedard <address@hidden> 04/10/24 00:28:49

Modified files:
        src/arshell    : arshell.c 

Log message:
        Extracted arshell_override_is_set().

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/antiright/antiright/src/arshell/arshell.c.diff?tr1=1.8&tr2=1.9&r1=text&r2=text

Patches:
Index: antiright/src/arshell/arshell.c
diff -u antiright/src/arshell/arshell.c:1.8 antiright/src/arshell/arshell.c:1.9
--- antiright/src/arshell/arshell.c:1.8 Fri Oct 22 17:21:16 2004
+++ antiright/src/arshell/arshell.c     Sun Oct 24 00:28:49 2004
@@ -89,9 +89,8 @@
                    NULL);
     }
 }
-
-void
-arshell_handle_panel_override()
+Boolean
+arshell_override_is_set()
 {
   Boolean override_is_set;
   ARCLARG;
@@ -99,8 +98,14 @@
   XtGetValues(antiright.parent_widget,
              antiright.arguments,
              antiright.arguments_int);
+  ARCLARG;
+  return(override_is_set);
+}
+void
+arshell_handle_panel_override()
+{
 #ifdef XmNtoolTipEnable
-  if(!override_is_set || arshell.flags.force_tooltips)
+  if(!arshell_override_is_set() || arshell.flags.force_tooltips)
     {
       XtVaSetValues(antiright.parent_widget,
                    XmNtoolTipEnable, True,




reply via email to

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