windows changes
This commit is contained in:
@@ -12,6 +12,14 @@ extern "C" {
|
||||
class YellowNote;
|
||||
class SettingContainer;
|
||||
|
||||
#define YELLOWNOTE_MAJOR "1"
|
||||
#define YELLOWNOTE_MINOR "0"
|
||||
#define YELLOWNOTE_PATCH "0"
|
||||
#define YELLOWNOTE_VERSION YELLOWNOTE_MAJOR "." YELLOWNOTE_MINOR "." YELLOWNOTE_PATCH
|
||||
#define YELLOWNOTE_FILE_VERSION 3
|
||||
|
||||
|
||||
|
||||
typedef enum {
|
||||
DARK = 0,
|
||||
FIRST= DARK,
|
||||
@@ -82,6 +90,8 @@ public:
|
||||
bool setupDel(GtkWidget *sender, void *evt);
|
||||
void remove(YellowNote *n);
|
||||
void checkMonitors();
|
||||
void about(void *sender);
|
||||
|
||||
|
||||
public:
|
||||
std::string currentLang();
|
||||
|
||||
Reference in New Issue
Block a user