[Fxruby-commits] CVS: FXRuby/swig-interfaces FXCursor.i,1.12,1.13
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-07-11 17:45:06
|
Update of /cvsroot/fxruby/FXRuby/swig-interfaces In directory usw-pr-cvs1:/tmp/cvs-serv17489/swig-interfaces Modified Files: FXCursor.i Log Message: Added default argument values for FXCursor hotspot. Index: FXCursor.i =================================================================== RCS file: /cvsroot/fxruby/FXRuby/swig-interfaces/FXCursor.i,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** FXCursor.i 11 Jul 2002 13:33:14 -0000 1.12 --- FXCursor.i 11 Jul 2002 17:44:58 -0000 1.13 *************** *** 54,58 **** /// Make cursor from source and mask; cursor size should at most 32x32 for portability! ! FXCursor(FXApp* a,const void* src,const void* msk,FXint w,FXint h,FXint hx,FXint hy); /// Width of cursor --- 54,58 ---- /// Make cursor from source and mask; cursor size should at most 32x32 for portability! ! FXCursor(FXApp* a,const void* src,const void* msk,FXint w=32,FXint h=32,FXint hx=0,FXint hy=0); /// Width of cursor *************** *** 101,105 **** // Construct from source and mask ! FXRbCursor(FXApp* a,const void* src,const void* msk,FXint w,FXint h,FXint hx,FXint hy); // Destructor --- 101,105 ---- // Construct from source and mask ! FXRbCursor(FXApp* a,const void* src,const void* msk,FXint w=32,FXint h=32,FXint hx=0,FXint hy=0); // Destructor |