[Fxruby-commits] CVS: FXRuby/swig-interfaces FXGIFCursor.i,1.12,1.13
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-07-11 17:21:08
|
Update of /cvsroot/fxruby/FXRuby/swig-interfaces In directory usw-pr-cvs1:/tmp/cvs-serv7114 Modified Files: FXGIFCursor.i Log Message: Added default argument values for cursor hotspot. Index: FXGIFCursor.i =================================================================== RCS file: /cvsroot/fxruby/FXRuby/swig-interfaces/FXGIFCursor.i,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** FXGIFCursor.i 11 Jul 2002 13:33:14 -0000 1.12 --- FXGIFCursor.i 11 Jul 2002 17:21:05 -0000 1.13 *************** *** 34,38 **** public: // Constructor ! FXRbGIFCursor(FXApp* a,const void* pix,FXint hx,FXint hy); // Destructor --- 34,38 ---- public: // Constructor ! FXRbGIFCursor(FXApp* a,const void* pix,FXint hx=0,FXint hy=0); // Destructor |