diff options
author | Thomas Thurman <thomas@thurman.org.uk> | 2007-06-18 02:54:55 +0000 |
---|---|---|
committer | Thomas James Alexander Thurman <tthurman@src.gnome.org> | 2007-06-18 02:54:55 +0000 |
commit | 4a5182dca3c4614f979c4a7a462be027e3ebac3d (patch) | |
tree | 5133690399da30d8a5ca0357906ac1eca56736ad /src/screen.h | |
parent | b700066bc3b24b1576dd9c0a71b84e4ca5700c5c (diff) | |
download | metacity-4a5182dca3c4614f979c4a7a462be027e3ebac3d.tar.gz |
return a boolean instead of a void, to show whether startup properties
2007-06-17 Thomas Thurman <thomas@thurman.org.uk>
* src/screen.[ch] (meta_screen_apply_startup_properties): return a
boolean instead of a void, to show whether startup properties were
applied. Also some commenting.
* src/window-props.c: (reload_net_startup_id): Only activate the
window if the startup_id was actually changed. Closes #400167.
svn path=/branches/gnome-2-18/; revision=3246
Diffstat (limited to 'src/screen.h')
-rw-r--r-- | src/screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.h b/src/screen.h index b4ad219f..e3a0340d 100644 --- a/src/screen.h +++ b/src/screen.h @@ -207,7 +207,7 @@ void meta_screen_unshow_desktop (MetaScreen *screen); /* Update whether the destkop is being shown for the current active_workspace */ void meta_screen_update_showing_desktop_hint (MetaScreen *screen); -void meta_screen_apply_startup_properties (MetaScreen *screen, +gboolean meta_screen_apply_startup_properties (MetaScreen *screen, MetaWindow *window); void meta_screen_composite_all_windows (MetaScreen *screen); |