Candlesticks turned on in Linux

This commit is contained in:
Mark Watkins 2011-06-14 14:43:10 +10:00
parent 2cc546b30a
commit 8f22db5bea
3 changed files with 11 additions and 11 deletions

View File

@ -8306,7 +8306,7 @@
<sleeplib/machine.h> <sleeplib/machine.h>
<list> <list>
1308025958 /home/mark/projects/git/sleepyhead/src/version.h 1308026543 /home/mark/projects/git/sleepyhead/src/version.h
1307627540 /home/mark/projects/git/sleepyhead/src/libs/sleeplib/prs1_loader.h 1307627540 /home/mark/projects/git/sleepyhead/src/libs/sleeplib/prs1_loader.h
"machine.h" "machine.h"
@ -8324,7 +8324,7 @@
"preferences.h" "preferences.h"
"tinyxml/tinyxml.h" "tinyxml/tinyxml.h"
1308010361 source:/home/mark/projects/git/sleepyhead/src/SleepyHeadMain.cpp 1308026543 source:/home/mark/projects/git/sleepyhead/src/SleepyHeadMain.cpp
"wx_pch.h" "wx_pch.h"
"version.h" "version.h"
<wx/app.h> <wx/app.h>
@ -11019,7 +11019,7 @@
<GL/glew.h> <GL/glew.h>
"texture-atlas.h" "texture-atlas.h"
1307999961 source:/home/mark/projects/git/sleepyhead/src/libs/freetype-gl/texture-font.cpp 1308025957 source:/home/mark/projects/git/sleepyhead/src/libs/freetype-gl/texture-font.cpp
<ft2build.h> <ft2build.h>
<wx/log.h> <wx/log.h>
<math.h> <math.h>

View File

@ -947,7 +947,7 @@ void Daily::RefreshData()
} }
wxRect r=HTMLInfo->GetRect(); wxRect r=HTMLInfo->GetRect();
int w=r.width-27; int w=r.width-27;
/* ahi_bmp=G_AHI->RenderBitmap(w,25); ahi_bmp=G_AHI->RenderBitmap(w,25);
tap_bmp=TAP->RenderBitmap(w,25); tap_bmp=TAP->RenderBitmap(w,25);
if (ahi_bmp) if (ahi_bmp)
wxMemoryFSHandler::AddFile(_T("ahi.png"), *ahi_bmp, wxBITMAP_TYPE_PNG); wxMemoryFSHandler::AddFile(_T("ahi.png"), *ahi_bmp, wxBITMAP_TYPE_PNG);
@ -959,7 +959,7 @@ void Daily::RefreshData()
tiap_bmp=TAP_IAP->RenderBitmap(w,25); tiap_bmp=TAP_IAP->RenderBitmap(w,25);
wxMemoryFSHandler::AddFile(_T("teap.png"), *teap_bmp, wxBITMAP_TYPE_PNG); wxMemoryFSHandler::AddFile(_T("teap.png"), *teap_bmp, wxBITMAP_TYPE_PNG);
wxMemoryFSHandler::AddFile(_T("tiap.png"), *tiap_bmp, wxBITMAP_TYPE_PNG); wxMemoryFSHandler::AddFile(_T("tiap.png"), *tiap_bmp, wxBITMAP_TYPE_PNG);
} */ }
pr=(PRTypes)cpap->summary_max(CPAP_PressureReliefType); pr=(PRTypes)cpap->summary_max(CPAP_PressureReliefType);
if (pr==PR_NONE) if (pr==PR_NONE)

View File

@ -16,14 +16,14 @@ namespace AutoVersion{
//Standard Version Type //Standard Version Type
static const long MAJOR = 0; static const long MAJOR = 0;
static const long MINOR = 7; static const long MINOR = 7;
static const long BUILD = 5640; static const long BUILD = 5641;
static const long REVISION = 14116; static const long REVISION = 14124;
//Miscellaneous Version Types //Miscellaneous Version Types
static const long BUILDS_COUNT = 5842; static const long BUILDS_COUNT = 5845;
#define RC_FILEVERSION 0,7,5640,14116 #define RC_FILEVERSION 0,7,5641,14124
#define RC_FILEVERSION_STRING "0, 7, 5640, 14116\0" #define RC_FILEVERSION_STRING "0, 7, 5641, 14124\0"
static const char FULLVERSION_STRING[] = "0.7.5640.14116"; static const char FULLVERSION_STRING[] = "0.7.5641.14124";
//These values are to keep track of your versioning state, don't modify them. //These values are to keep track of your versioning state, don't modify them.
static const long BUILD_HISTORY = 0; static const long BUILD_HISTORY = 0;