-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
830c44a
commit 24316f0
Showing
12 changed files
with
216 additions
and
894 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
COMMONSRC = ../src/draw.cpp ../src/globals.cpp ../src/internet.cpp ../src/routines.cpp ../src/startstop.cpp ../src/toon_root.cpp ../src/update.cpp ../src/xdecorations.cpp | ||
COMMONSRC = ../src/draw.cpp ../src/globals.cpp ../src/routines.cpp ../src/startstop.cpp ../src/update.cpp ../src/xdecorations.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,9 @@ | |
#include <ctype.h> | ||
|
||
#include "config.h" | ||
#include "internet.h" | ||
|
||
#define MYEMAIL "[email protected]" | ||
#define COPYRITE "©K.D.Hedger 2013-2018" | ||
|
||
#define MAXPATHNAMELEN 4096 | ||
#define MAXNUMBEROFFLYERS 100 | ||
|
@@ -126,7 +128,7 @@ extern bool useWindow; | |
extern int offSetY; | ||
extern bool watchConfig; | ||
extern uint runCounter; | ||
extern bool useWindow; | ||
//extern bool useWindow; | ||
extern int offSetY; | ||
extern bool watchConfig; | ||
extern bool needsSwap; | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.