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:
robijn
2003-02-28 15:19:58 +00:00
parent 71922063b8
commit 2c40e25f0f
3 changed files with 71 additions and 13 deletions
+6
View File
@@ -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