[Igarden-commit] CommonSource/YAAFExtensions RGTabButton.cpp, 1.5, 1.6 RGSlideControl.cpp, 1.5, 1.6
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 04:58:13
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv12058 Modified Files: RGTabButton.cpp RGSlideControl.cpp Log Message: Win32 changes Index: RGTabButton.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGTabButton.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RGTabButton.cpp 8 Oct 2006 00:08:09 -0000 1.5 --- RGTabButton.cpp 22 Feb 2007 04:58:12 -0000 1.6 *************** *** 161,165 **** SetValue(initialTab-1); } ! #endif --- 161,169 ---- SetValue(initialTab-1); } ! #elif OPT_WINOS ! void XGTabButton::Setup(short numTabs, tabInfo_t *tabInfo, short initialTab) ! { ! // TO_BE_PORTED ! } #endif Index: RGSlideControl.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGSlideControl.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RGSlideControl.cpp 18 Oct 2006 01:18:07 -0000 1.5 --- RGSlideControl.cpp 22 Feb 2007 04:58:12 -0000 1.6 *************** *** 145,149 **** */ ! void XGSlideControl::InitControl(char *buffer) { } --- 145,149 ---- */ ! void XGSlideControl::InitControl(long iconID, bool isToggle, char *buffer) { } |