mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 19:20:45 +00:00
Disabled broken UNIX screenshot enhancements
This commit is contained in:
parent
87b7149ba6
commit
cedd0a9e5e
File diff suppressed because it is too large
Load Diff
@ -205,12 +205,12 @@ void SleepyHeadFrame::DoScreenshot( wxCommandEvent &event )
|
||||
wxRect r=GetRect();
|
||||
|
||||
#if defined(__UNIX__) // Borrowed.. this need fixing.
|
||||
int cx=r.x, cy=r.y;
|
||||
/* int cx=r.x, cy=r.y;
|
||||
ClientToScreen(&cx,&cy);
|
||||
int border_width = cx - r.x;
|
||||
int title_bar_height = cy - r.y;
|
||||
r.width += (border_width * 2);
|
||||
r.height += title_bar_height; // + border_width;
|
||||
r.height += title_bar_height; // + border_width; */
|
||||
#endif
|
||||
|
||||
wxScreenDC sdc;
|
||||
|
@ -1682,8 +1682,10 @@ void EventData::Reload(Day *day)
|
||||
lastp=p;
|
||||
}
|
||||
np[vc]=t;
|
||||
tt+=t;
|
||||
vc++;
|
||||
if (t>0) {
|
||||
tt+=t;
|
||||
vc++;
|
||||
}
|
||||
|
||||
}
|
||||
if (tt>0) {
|
||||
|
@ -16,14 +16,14 @@ namespace AutoVersion{
|
||||
//Standard Version Type
|
||||
static const long MAJOR = 0;
|
||||
static const long MINOR = 7;
|
||||
static const long BUILD = 3352;
|
||||
static const long REVISION = 1440;
|
||||
static const long BUILD = 3354;
|
||||
static const long REVISION = 1457;
|
||||
|
||||
//Miscellaneous Version Types
|
||||
static const long BUILDS_COUNT = 547;
|
||||
#define RC_FILEVERSION 0,7,3352,1440
|
||||
#define RC_FILEVERSION_STRING "0, 7, 3352, 1440\0"
|
||||
static const char FULLVERSION_STRING[] = "0.7.3352.1440";
|
||||
#define RC_FILEVERSION 0,7,3354,1457
|
||||
#define RC_FILEVERSION_STRING "0, 7, 3354, 1457\0"
|
||||
static const char FULLVERSION_STRING[] = "0.7.3354.1457";
|
||||
|
||||
//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