using TOP_RIGHT
This commit is contained in:
parent
705cf6cb58
commit
3868acc272
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ static const unsigned int pos_x = 20;
|
|||
static const unsigned int pos_y = 20;
|
||||
|
||||
enum corners { TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT };
|
||||
enum corners corner = TOP_LEFT;
|
||||
enum corners corner = TOP_RIGHT;
|
||||
|
||||
static const unsigned int duration = 5; /* in seconds */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue