-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Minor bugfix, properly determine when switching screens is needed.
- Loading branch information
Hrvoje Cavrak
committed
Dec 6, 2024
1 parent
f3a74c5
commit 5b66e87
Showing
2 changed files
with
24 additions
and
15 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 |
---|---|---|
|
@@ -200,6 +200,7 @@ enum os_type_e { | |
}; | ||
|
||
enum screen_pos_e { | ||
NONE = 0, | ||
LEFT = 1, | ||
RIGHT = 2, | ||
MIDDLE = 3, | ||
|
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