Merge pull request #26 from LinuxJedi/fix-tools

Fix interact binaries
This commit is contained in:
beeanyew
2021-05-17 09:14:12 +02:00
committed by GitHub
3 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
extern unsigned int pistorm_base_addr;
struct ReqToolsBase *ReqToolsBase;
#define VERSION "v0.3.1"
#define VERSION "v0.3.2"
#define button1w 54
#define button1h 11
@@ -409,7 +409,7 @@ struct Gadget QuitButton =
struct NewWindow winlayout =
{
20, 20,
0, 0,
512, 200,
-1, -1,
CLOSEWINDOW | GADGETUP | GADGETDOWN,