[Fxruby-commits] CVS: FXRuby/ext/fox core_wrap.cpp,1.62.2.17,1.62.2.18 dialogs_wrap.cpp,1.34.2.15,1.
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-05-30 15:01:38
|
Update of /cvsroot/fxruby/FXRuby/ext/fox In directory usw-pr-cvs1:/tmp/cvs-serv11873 Modified Files: Tag: release10 core_wrap.cpp dialogs_wrap.cpp icons_wrap.cpp image_wrap.cpp layout_wrap.cpp librb.c mdi_wrap.cpp opengl_wrap.cpp scintilla_wrap.cpp ui_wrap.cpp Log Message: Index: core_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/core_wrap.cpp,v retrieving revision 1.62.2.17 retrieving revision 1.62.2.18 diff -C2 -d -r1.62.2.17 -r1.62.2.18 *** core_wrap.cpp 29 May 2002 16:50:49 -0000 1.62.2.17 --- core_wrap.cpp 30 May 2002 15:00:20 -0000 1.62.2.18 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020529-0853 * * This file is not intended to be easily readable and contains a number of --- 1,5 ---- /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020529-1701 * * This file is not intended to be easily readable and contains a number of *************** *** 28,32 **** #include "ruby.h" - #include "version.h" #define NUM2USHRT(n) NUM2UINT(n) --- 28,31 ---- *************** *** 920,926 **** if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc); ! arg1 = (unsigned char) NUM2INT(argv[0]); ! arg2 = (unsigned char) NUM2INT(argv[1]); ! arg3 = (unsigned char) NUM2INT(argv[2]); result = (FXuint)_FXRGB(arg1,arg2,arg3); --- 919,925 ---- if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc); ! arg1 = (FXuchar) NUM2INT(argv[0]); ! arg2 = (FXuchar) NUM2INT(argv[1]); ! arg3 = (FXuchar) NUM2INT(argv[2]); result = (FXuint)_FXRGB(arg1,arg2,arg3); *************** *** 941,948 **** if ((argc < 4) || (argc > 4)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 4)",argc); ! arg1 = (unsigned char) NUM2INT(argv[0]); ! arg2 = (unsigned char) NUM2INT(argv[1]); ! arg3 = (unsigned char) NUM2INT(argv[2]); ! arg4 = (unsigned char) NUM2INT(argv[3]); result = (FXuint)_FXRGBA(arg1,arg2,arg3,arg4); --- 940,947 ---- if ((argc < 4) || (argc > 4)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 4)",argc); ! arg1 = (FXuchar) NUM2INT(argv[0]); ! arg2 = (FXuchar) NUM2INT(argv[1]); ! arg3 = (FXuchar) NUM2INT(argv[2]); ! arg4 = (FXuchar) NUM2INT(argv[3]); result = (FXuint)_FXRGBA(arg1,arg2,arg3,arg4); *************** *** 1026,1030 **** rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); arg1 = NUM2UINT(argv[0]); ! arg2 = (unsigned char) NUM2INT(argv[1]); result = (FXuchar)_FXRGBACOMPVAL(arg1,arg2); --- 1025,1029 ---- rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); arg1 = NUM2UINT(argv[0]); ! arg2 = (FXuchar) NUM2INT(argv[1]); result = (FXuchar)_FXRGBACOMPVAL(arg1,arg2); Index: dialogs_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/dialogs_wrap.cpp,v retrieving revision 1.34.2.15 retrieving revision 1.34.2.16 diff -C2 -d -r1.34.2.15 -r1.34.2.16 *** dialogs_wrap.cpp 29 May 2002 16:50:53 -0000 1.34.2.15 --- dialogs_wrap.cpp 30 May 2002 15:00:45 -0000 1.34.2.16 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020529-0853 * * This file is not intended to be easily readable and contains a number of --- 1,5 ---- /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020529-1701 * * This file is not intended to be easily readable and contains a number of *************** *** 28,32 **** #include "ruby.h" - #include "version.h" #define NUM2USHRT(n) NUM2UINT(n) --- 28,31 ---- Index: icons_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/icons_wrap.cpp,v retrieving revision 1.37.2.16 retrieving revision 1.37.2.17 diff -C2 -d -r1.37.2.16 -r1.37.2.17 *** icons_wrap.cpp 29 May 2002 16:50:54 -0000 1.37.2.16 --- icons_wrap.cpp 30 May 2002 15:00:48 -0000 1.37.2.17 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020529-0853 * * This file is not intended to be easily readable and contains a number of --- 1,5 ---- /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020529-1701 * * This file is not intended to be easily readable and contains a number of *************** *** 28,32 **** #include "ruby.h" - #include "version.h" #define NUM2USHRT(n) NUM2UINT(n) --- 28,31 ---- Index: image_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/image_wrap.cpp,v retrieving revision 1.39.2.16 retrieving revision 1.39.2.17 diff -C2 -d -r1.39.2.16 -r1.39.2.17 *** image_wrap.cpp 29 May 2002 16:50:54 -0000 1.39.2.16 --- image_wrap.cpp 30 May 2002 15:00:49 -0000 1.39.2.17 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020529-0853 * * This file is not intended to be easily readable and contains a number of --- 1,5 ---- /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020529-1701 * * This file is not intended to be easily readable and contains a number of *************** *** 28,32 **** #include "ruby.h" - #include "version.h" #define NUM2USHRT(n) NUM2UINT(n) --- 28,31 ---- *************** *** 1036,1040 **** arg1 = (FXMemoryBuffer *) SWIG_ConvertPtr(self, SWIGTYPE_p_FXMemoryBuffer); arg2 = NUM2UINT(argv[0]); ! arg3 = (unsigned char) NUM2INT(argv[1]); FXMemoryBuffer___setitem__(arg1,arg2,arg3); --- 1035,1039 ---- arg1 = (FXMemoryBuffer *) SWIG_ConvertPtr(self, SWIGTYPE_p_FXMemoryBuffer); arg2 = NUM2UINT(argv[0]); ! arg3 = (FXuchar) NUM2INT(argv[1]); FXMemoryBuffer___setitem__(arg1,arg2,arg3); Index: layout_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/layout_wrap.cpp,v retrieving revision 1.8.2.15 retrieving revision 1.8.2.16 diff -C2 -d -r1.8.2.15 -r1.8.2.16 *** layout_wrap.cpp 29 May 2002 16:50:55 -0000 1.8.2.15 --- layout_wrap.cpp 30 May 2002 15:00:50 -0000 1.8.2.16 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020529-0853 * * This file is not intended to be easily readable and contains a number of --- 1,5 ---- /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020529-1701 * * This file is not intended to be easily readable and contains a number of *************** *** 28,32 **** #include "ruby.h" - #include "version.h" #define NUM2USHRT(n) NUM2UINT(n) --- 28,31 ---- Index: librb.c =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/librb.c,v retrieving revision 1.6.2.1 retrieving revision 1.6.2.2 diff -C2 -d -r1.6.2.1 -r1.6.2.2 *** librb.c 29 May 2002 16:50:55 -0000 1.6.2.1 --- librb.c 30 May 2002 15:00:51 -0000 1.6.2.2 *************** *** 203,207 **** #include "ruby.h" - #include "version.h" #define NUM2USHRT(n) NUM2UINT(n) --- 203,206 ---- Index: mdi_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/mdi_wrap.cpp,v retrieving revision 1.36.2.15 retrieving revision 1.36.2.16 diff -C2 -d -r1.36.2.15 -r1.36.2.16 *** mdi_wrap.cpp 29 May 2002 16:50:55 -0000 1.36.2.15 --- mdi_wrap.cpp 30 May 2002 15:00:51 -0000 1.36.2.16 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020529-0853 * * This file is not intended to be easily readable and contains a number of --- 1,5 ---- /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020529-1701 * * This file is not intended to be easily readable and contains a number of *************** *** 28,32 **** #include "ruby.h" - #include "version.h" #define NUM2USHRT(n) NUM2UINT(n) --- 28,31 ---- Index: opengl_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/opengl_wrap.cpp,v retrieving revision 1.41.2.16 retrieving revision 1.41.2.17 diff -C2 -d -r1.41.2.16 -r1.41.2.17 *** opengl_wrap.cpp 29 May 2002 16:50:55 -0000 1.41.2.16 --- opengl_wrap.cpp 30 May 2002 15:00:54 -0000 1.41.2.17 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020529-0853 * * This file is not intended to be easily readable and contains a number of --- 1,5 ---- /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020529-1701 * * This file is not intended to be easily readable and contains a number of *************** *** 28,32 **** #include "ruby.h" - #include "version.h" #define NUM2USHRT(n) NUM2UINT(n) --- 28,31 ---- Index: scintilla_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/scintilla_wrap.cpp,v retrieving revision 1.16.2.10 retrieving revision 1.16.2.11 diff -C2 -d -r1.16.2.10 -r1.16.2.11 *** scintilla_wrap.cpp 29 May 2002 16:50:56 -0000 1.16.2.10 --- scintilla_wrap.cpp 30 May 2002 15:00:56 -0000 1.16.2.11 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020529-0853 * * This file is not intended to be easily readable and contains a number of --- 1,5 ---- /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020529-1701 * * This file is not intended to be easily readable and contains a number of *************** *** 28,32 **** #include "ruby.h" - #include "version.h" #define NUM2USHRT(n) NUM2UINT(n) --- 28,31 ---- Index: ui_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/ui_wrap.cpp,v retrieving revision 1.9.2.15 retrieving revision 1.9.2.16 diff -C2 -d -r1.9.2.15 -r1.9.2.16 *** ui_wrap.cpp 29 May 2002 16:50:56 -0000 1.9.2.15 --- ui_wrap.cpp 30 May 2002 15:00:56 -0000 1.9.2.16 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020529-0853 * * This file is not intended to be easily readable and contains a number of --- 1,5 ---- /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020529-1701 * * This file is not intended to be easily readable and contains a number of *************** *** 28,32 **** #include "ruby.h" - #include "version.h" #define NUM2USHRT(n) NUM2UINT(n) --- 28,31 ---- |