-
Notifications
You must be signed in to change notification settings - Fork 13
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
Francesco_Sblendorio
committed
Jun 25, 2019
1 parent
8230a48
commit 413b59e
Showing
2 changed files
with
39 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
// | ||
// This file was generated by the GEOS Resource Compiler | ||
// | ||
// DO NOT EDIT! Any changes will be lost! | ||
// | ||
// Edit proper resource file instead. | ||
// | ||
|
||
void switch4080 (void); | ||
void EnterDeskTop (void); | ||
|
||
const void subMenu1 = { | ||
(char)12, (char)40, | ||
(int)0, (int)66, | ||
(char)(2 | VERTICAL), | ||
"switch 40/80", (char)MENU_ACTION, (int)switch4080, | ||
"quit", (char)MENU_ACTION, (int)EnterDeskTop, | ||
}; | ||
|
||
void set40col (void); | ||
void set80col (void); | ||
|
||
const void subMenu2 = { | ||
(char)16, (char)44, | ||
(int)25, (int)60, | ||
(char)(2 | VERTICAL), | ||
"40 col", (char)MENU_ACTION, (int)set40col, | ||
"80 col", (char)MENU_ACTION, (int)set80col, | ||
}; | ||
|
||
|
||
const void mainMenu = { | ||
(char)0, (char)15, | ||
(int)0, (int)58, | ||
(char)(2 | HORIZONTAL), | ||
"geos", (char)SUB_MENU, (int)&subMenu1, | ||
"width", (char)SUB_MENU, (int)&subMenu2, | ||
}; | ||
|
Binary file not shown.