ScreenShield: wake up the screen when new notifications appear

This way the user is immediately notified when something happens.

https://bugzilla.gnome.org/show_bug.cgi?id=703084
This commit is contained in:
Giovanni Campagna
2013-07-14 16:20:49 +02:00
parent 24f142df1d
commit 137cbbd141
3 changed files with 38 additions and 0 deletions

View File

@ -44,6 +44,8 @@ GdkPixbuf *shell_util_create_pixbuf_from_data (const guchar *data,
int height,
int rowstride);
void shell_util_wake_up_screen (void);
G_END_DECLS
#endif /* __SHELL_UTIL_H__ */