Added server message in bottom-right corner of active screen.
Will display short text if a rotation key is pressed.
This commit is contained in:
@@ -35,6 +35,12 @@ extern int backlight;
|
||||
extern int backlight_brightness;
|
||||
extern int backlight_off_brightness;
|
||||
extern int output_state;
|
||||
|
||||
int render_screen (Screen * s, long int timer);
|
||||
/* Renders the given screen. */
|
||||
|
||||
int server_msg( const char * text, int expire );
|
||||
/* Displays a short message in a corner. Message must be shorter
|
||||
* than 16 chars. */
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user