caudium-commits AT caudium.net
Caudium CVS Commits list

CVS: pexts/src/_Newt functions.c,1.21,1.22


chronological Thread 
  • From: "Marek Habersack" <grendel AT cvs.caudiumforge.net>
  • To: caudium-commits AT caudium.net
  • Subject: CVS: pexts/src/_Newt functions.c,1.21,1.22
  • Date: Fri, 22 Apr 2005 01:25:08 +0000

Update of /cvs/caudium/pexts/src/_Newt
In directory cvs.caudiumforge.net:/tmp/cvs-serv83899/src/_Newt

Modified Files:
        functions.c 
Log Message:
update

Index: functions.c
===================================================================
RCS file: /cvs/caudium/pexts/src/_Newt/functions.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- functions.c 3 Jan 2005 17:08:07 -0000       1.21
+++ functions.c 22 Apr 2005 01:25:06 -0000      1.22
@@ -16,7 +16,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * $Id: functions.c,v 1.21 2005/01/03 17:08:07 kiwi Exp $
+ * $Id: functions.c,v 1.22 2005/04/22 01:25:06 grendel Exp $
  */
 
 /*
@@ -64,7 +64,7 @@
 #define _GNU_SOURCE
 
 #include "global.h"
-RCSID("$Id: functions.c,v 1.21 2005/01/03 17:08:07 kiwi Exp $");
+RCSID("$Id: functions.c,v 1.22 2005/04/22 01:25:06 grendel Exp $");
 
 #include <unistd.h>
 #include <stdio.h>
@@ -1642,7 +1642,7 @@
     
     func_prolog("listboxGetSelection", ids, caller, NULL, 0);
 
-    (void**)items = newtListboxGetSelection(THIS_OBJ(caller)->u.component, 
&numitems);
+    items = newtListboxGetSelection(THIS_OBJ(caller)->u.component, 
&numitems);
 
     pop_n_elems(args);
     
@@ -1835,7 +1835,7 @@
     
     func_prolog("checkboxTreeGetSelection", ids, caller, NULL, 0);
 
-    (void**)items = 
newtCheckboxTreeGetSelection(THIS_OBJ(caller)->u.component, &numitems);
+    items = newtCheckboxTreeGetSelection(THIS_OBJ(caller)->u.component, 
&numitems);
 
     pop_n_elems(args);
     
@@ -1864,7 +1864,7 @@
     
     func_prolog("checkboxTreeGetCurrent", ids, caller, NULL, 0);
 
-    (void*)ret = newtCheckboxTreeGetCurrent(THIS_OBJ(caller)->u.component);
+    ret = newtCheckboxTreeGetCurrent(THIS_OBJ(caller)->u.component);
 
     pop_n_elems(args);
 
@@ -1906,7 +1906,7 @@
     
     pop_n_elems(args);
 
-    (void**)items = 
newtCheckboxTreeGetMultiSelection(THIS_OBJ(caller)->u.component, &numitems, 
seqnum);
+    items = newtCheckboxTreeGetMultiSelection(THIS_OBJ(caller)->u.component, 
&numitems, seqnum);
     
     /* Use numitems, as item can also be NULL... */
     for(i = 0; i < numitems; i++)



  • CVS: pexts/src/_Newt functions.c,1.21,1.22, Marek Habersack

Archive powered by MhonArc 2.6.10.

§