Display last visited time as docInfo description

It's useful information, and takes up some of the blank space.
This commit is contained in:
Colin Walters
2009-07-20 17:56:47 -04:00
parent fdd9b85448
commit b4cf178cc5
4 changed files with 101 additions and 7 deletions

View File

@ -77,6 +77,8 @@ ClutterCairoTexture *shell_global_create_vertical_gradient (ClutterColor *top,
ClutterCairoTexture *shell_global_create_horizontal_gradient (ClutterColor *left,
ClutterColor *right);
void shell_global_format_time_relative_pretty (ShellGlobal *global, guint delta, char **text, guint *update_time);
ClutterActor *shell_global_create_root_pixmap_actor (ShellGlobal *global);
void shell_global_clutter_cairo_texture_draw_clock (ClutterCairoTexture *texture,