#include <wx/wx.h>
#endif
-#include <wx/wxexpr.h>
+#if wxUSE_PROLOGIO
+#include <wx/deprecated/wxexpr.h>
+#endif
+
+#include "wx/ogl/ogl.h"
-#include <wx/ogl/basic.h>
-#include <wx/ogl/constrnt.h>
-#include <wx/ogl/canvas.h>
wxList *wxOGLConstraintTypes = NULL;
node = node->GetNext();
}
return changed;
-
- return FALSE;
}
case gyCONSTRAINT_ABOVE:
{
node = node->GetNext();
}
return changed;
-
+ #if 0
+ // two returned values ?
return FALSE;
+ #endif
}
case gyCONSTRAINT_ALIGNED_TOP:
{
node = node->GetNext();
}
return changed;
-
+ #if 0
+ // two returned values ?
return FALSE;
+ #endif
}
case gyCONSTRAINT_MIDALIGNED_TOP:
{
}
return changed;
}
-
+ #if 0
+ // default value handled in main function body
default:
return FALSE;
+ #endif
}
return FALSE;
}