diff --git a/Projects/CodeBlocks/SleepyHead.depend b/Projects/CodeBlocks/SleepyHead.depend index 4e520081..f6fd8e23 100644 --- a/Projects/CodeBlocks/SleepyHead.depend +++ b/Projects/CodeBlocks/SleepyHead.depend @@ -8310,7 +8310,7 @@ 1308026543 D -1308391090 /home/mark/projects/git/sleepyhead/src/version.h +1308391347 /home/mark/projects/git/sleepyhead/src/version.h 1308003040 ent of cb2ab33... Linux wx2.8 & wx2.9 builds fixed diff --git a/Projects/CodeBlocks/SleepyHead.layout b/Projects/CodeBlocks/SleepyHead.layout index ba41d288..5cd05bde 100644 --- a/Projects/CodeBlocks/SleepyHead.layout +++ b/Projects/CodeBlocks/SleepyHead.layout @@ -1,6 +1,6 @@ - + @@ -10,7 +10,7 @@ - + @@ -25,7 +25,7 @@ - + diff --git a/src/graphs/graph.cpp b/src/graphs/graph.cpp index 8f754e7a..bba9ec64 100644 --- a/src/graphs/graph.cpp +++ b/src/graphs/graph.cpp @@ -1024,7 +1024,8 @@ wxBitmap * gGraphWindow::RenderBitmap(int width,int height) throw GLException(wxT("Macintrash")); //pbuffer=new pBufferAGL(width,height); #elif defined(__UNIX__) - pbuffer=new pBufferGLX(res.GetWidth(),res.GetHeight(),shared_context); + throw GLException(wxT("Linux pBuffer Sucks on some cards"); + //pbuffer=new pBufferGLX(res.GetWidth(),res.GetHeight(),shared_context); #endif } catch(GLException e) { diff --git a/src/version.h b/src/version.h index a3686dcb..5de520c9 100644 --- a/src/version.h +++ b/src/version.h @@ -16,14 +16,14 @@ namespace AutoVersion{ //Standard Version Type static const long _MAJOR = 0; static const long _MINOR = 7; - static const long _BUILD = 6746; - static const long _REVISION = 20082; + static const long _BUILD = 6747; + static const long _REVISION = 20084; //Miscellaneous Version Types - static const long _BUILDS_COUNT = 8334; - #define _RC_FILEVERSION 0,7,6746,20082 - #define _RC_FILEVERSION_STRING "0, 7, 6746, 20082\0" - static const char _FULLVERSION_STRING[] = "0.7.6746.20082"; + static const long _BUILDS_COUNT = 8337; + #define _RC_FILEVERSION 0,7,6747,20084 + #define _RC_FILEVERSION_STRING "0, 7, 6747, 20084\0" + static const char _FULLVERSION_STRING[] = "0.7.6747.20084"; //These values are to keep track of your versioning state, don't modify them. static const long _BUILD_HISTORY = 0;