[Plib-cvs] plib/src/puAux puAux.cxx,1.1,1.2 puAuxBiSlider.cxx,1.1,1.2 puAuxBiSliderWithEnds.cxx,1.1,
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-03-21 19:13:36
|
Update of /cvsroot/plib/plib/src/puAux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32619/plib/src/puAux Modified Files: puAux.cxx puAuxBiSlider.cxx puAuxBiSliderWithEnds.cxx puAuxComboBox.cxx puAuxCompass.cxx puAuxFileSelector.cxx puAuxLargeInput.cxx puAuxScrollBar.cxx puAuxSelectBox.cxx puAuxSliderWithInput.cxx puAuxSpinBox.cxx puAuxTriSlider.cxx puAuxVerticalMenu.cxx Log Message: Removed dependency on GLUT from PUIAUX. Index: puAux.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/puAux/puAux.cxx,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- puAux.cxx 28 Feb 2004 00:54:03 -0000 1.1 +++ puAux.cxx 21 Mar 2004 19:03:23 -0000 1.2 @@ -23,7 +23,7 @@ */ -#include "puAux.h" +#include "puAuxLocal.h" void puaInit () { Index: puAuxBiSlider.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/puAux/puAuxBiSlider.cxx,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- puAuxBiSlider.cxx 28 Feb 2004 00:54:03 -0000 1.1 +++ puAuxBiSlider.cxx 21 Mar 2004 19:03:23 -0000 1.2 @@ -23,7 +23,7 @@ */ -#include "puAux.h" +#include "puAuxLocal.h" UL_RTTI_DEF1(puaBiSlider,puSlider) Index: puAuxBiSliderWithEnds.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/puAux/puAuxBiSliderWithEnds.cxx,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- puAuxBiSliderWithEnds.cxx 28 Feb 2004 00:54:03 -0000 1.1 +++ puAuxBiSliderWithEnds.cxx 21 Mar 2004 19:03:23 -0000 1.2 @@ -22,7 +22,7 @@ $Id$ */ -#include "puAux.h" +#include "puAuxLocal.h" UL_RTTI_DEF1(puaBiSliderWithEnds,puGroup) Index: puAuxComboBox.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/puAux/puAuxComboBox.cxx,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- puAuxComboBox.cxx 18 Mar 2004 17:20:52 -0000 1.2 +++ puAuxComboBox.cxx 21 Mar 2004 19:03:23 -0000 1.3 @@ -22,7 +22,7 @@ */ -#include "puAux.h" +#include "puAuxLocal.h" UL_RTTI_DEF1(puaComboBox,puGroup) Index: puAuxCompass.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/puAux/puAuxCompass.cxx,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- puAuxCompass.cxx 18 Mar 2004 19:14:43 -0000 1.3 +++ puAuxCompass.cxx 21 Mar 2004 19:03:23 -0000 1.4 @@ -23,7 +23,7 @@ */ -#include "puAux.h" +#include "puAuxLocal.h" #ifdef UL_MAC_OSX # include <OpenGL/gl.h> Index: puAuxFileSelector.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/puAux/puAuxFileSelector.cxx,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- puAuxFileSelector.cxx 28 Feb 2004 00:54:03 -0000 1.1 +++ puAuxFileSelector.cxx 21 Mar 2004 19:03:23 -0000 1.2 @@ -41,7 +41,7 @@ ****/ -#include "puAux.h" +#include "puAuxLocal.h" UL_RTTI_DEF1(puaFileSelector,puDialogBox) Index: puAuxLargeInput.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/puAux/puAuxLargeInput.cxx,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- puAuxLargeInput.cxx 18 Mar 2004 17:20:52 -0000 1.2 +++ puAuxLargeInput.cxx 21 Mar 2004 19:03:23 -0000 1.3 @@ -22,7 +22,7 @@ */ -#include "puAux.h" +#include "puAuxLocal.h" UL_RTTI_DEF2(puaLargeInput,puInputBase,puGroup) Index: puAuxScrollBar.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/puAux/puAuxScrollBar.cxx,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- puAuxScrollBar.cxx 28 Feb 2004 00:54:03 -0000 1.1 +++ puAuxScrollBar.cxx 21 Mar 2004 19:03:23 -0000 1.2 @@ -22,7 +22,7 @@ */ -#include "puAux.h" +#include "puAuxLocal.h" UL_RTTI_DEF1(puaScrollBar,puSlider) Index: puAuxSelectBox.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/puAux/puAuxSelectBox.cxx,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- puAuxSelectBox.cxx 18 Mar 2004 17:20:52 -0000 1.2 +++ puAuxSelectBox.cxx 21 Mar 2004 19:03:23 -0000 1.3 @@ -22,7 +22,7 @@ */ -#include "puAux.h" +#include "puAuxLocal.h" UL_RTTI_DEF1(puaSelectBox,puGroup) Index: puAuxSliderWithInput.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/puAux/puAuxSliderWithInput.cxx,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- puAuxSliderWithInput.cxx 28 Feb 2004 00:54:03 -0000 1.1 +++ puAuxSliderWithInput.cxx 21 Mar 2004 19:03:23 -0000 1.2 @@ -22,7 +22,7 @@ $Id$ */ -#include "puAux.h" +#include "puAuxLocal.h" UL_RTTI_DEF1(puaSliderWithInput,puGroup) Index: puAuxSpinBox.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/puAux/puAuxSpinBox.cxx,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- puAuxSpinBox.cxx 28 Feb 2004 00:54:03 -0000 1.1 +++ puAuxSpinBox.cxx 21 Mar 2004 19:03:23 -0000 1.2 @@ -23,7 +23,7 @@ */ -#include "puAux.h" +#include "puAuxLocal.h" UL_RTTI_DEF2(puaSpinBox,puRange,puGroup) Index: puAuxTriSlider.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/puAux/puAuxTriSlider.cxx,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- puAuxTriSlider.cxx 28 Feb 2004 00:54:03 -0000 1.1 +++ puAuxTriSlider.cxx 21 Mar 2004 19:03:23 -0000 1.2 @@ -23,7 +23,7 @@ */ -#include "puAux.h" +#include "puAuxLocal.h" UL_RTTI_DEF1(puaTriSlider,puaBiSlider) Index: puAuxVerticalMenu.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/puAux/puAuxVerticalMenu.cxx,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- puAuxVerticalMenu.cxx 28 Feb 2004 00:54:03 -0000 1.1 +++ puAuxVerticalMenu.cxx 21 Mar 2004 19:03:23 -0000 1.2 @@ -22,7 +22,7 @@ */ -#include "puAux.h" +#include "puAuxLocal.h" UL_RTTI_DEF1(puaVerticalMenu,puGroup) |