mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
Candlesticks turned on in Linux
This commit is contained in:
parent
2cc546b30a
commit
8f22db5bea
@ -8306,7 +8306,7 @@
|
||||
<sleeplib/machine.h>
|
||||
<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
|
||||
"machine.h"
|
||||
@ -8324,7 +8324,7 @@
|
||||
"preferences.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"
|
||||
"version.h"
|
||||
<wx/app.h>
|
||||
@ -11019,7 +11019,7 @@
|
||||
<GL/glew.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>
|
||||
<wx/log.h>
|
||||
<math.h>
|
||||
|
@ -947,7 +947,7 @@ void Daily::RefreshData()
|
||||
}
|
||||
wxRect r=HTMLInfo->GetRect();
|
||||
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);
|
||||
if (ahi_bmp)
|
||||
wxMemoryFSHandler::AddFile(_T("ahi.png"), *ahi_bmp, wxBITMAP_TYPE_PNG);
|
||||
@ -959,7 +959,7 @@ void Daily::RefreshData()
|
||||
tiap_bmp=TAP_IAP->RenderBitmap(w,25);
|
||||
wxMemoryFSHandler::AddFile(_T("teap.png"), *teap_bmp, wxBITMAP_TYPE_PNG);
|
||||
wxMemoryFSHandler::AddFile(_T("tiap.png"), *tiap_bmp, wxBITMAP_TYPE_PNG);
|
||||
} */
|
||||
}
|
||||
|
||||
pr=(PRTypes)cpap->summary_max(CPAP_PressureReliefType);
|
||||
if (pr==PR_NONE)
|
||||
|
@ -16,14 +16,14 @@ namespace AutoVersion{
|
||||
//Standard Version Type
|
||||
static const long MAJOR = 0;
|
||||
static const long MINOR = 7;
|
||||
static const long BUILD = 5640;
|
||||
static const long REVISION = 14116;
|
||||
static const long BUILD = 5641;
|
||||
static const long REVISION = 14124;
|
||||
|
||||
//Miscellaneous Version Types
|
||||
static const long BUILDS_COUNT = 5842;
|
||||
#define RC_FILEVERSION 0,7,5640,14116
|
||||
#define RC_FILEVERSION_STRING "0, 7, 5640, 14116\0"
|
||||
static const char FULLVERSION_STRING[] = "0.7.5640.14116";
|
||||
static const long BUILDS_COUNT = 5845;
|
||||
#define RC_FILEVERSION 0,7,5641,14124
|
||||
#define RC_FILEVERSION_STRING "0, 7, 5641, 14124\0"
|
||||
static const char FULLVERSION_STRING[] = "0.7.5641.14124";
|
||||
|
||||
//These values are to keep track of your versioning state, don't modify them.
|
||||
static const long BUILD_HISTORY = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user