diff options
author | Havoc Pennington <hp@pobox.com> | 2001-10-14 22:13:53 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-10-14 22:13:53 +0000 |
commit | 842eb3fa9312d21402e61133f1d29bfc7a653ed1 (patch) | |
tree | 6f2c91cf723c40bac3fb1b5d5c91e9cdf12b990c /src/stack.c | |
parent | bbd6396f405d8e1a547007e7317df81069e4c0f4 (diff) | |
download | metacity-842eb3fa9312d21402e61133f1d29bfc7a653ed1.tar.gz metacity-842eb3fa9312d21402e61133f1d29bfc7a653ed1.tar.bz2 |
take a window mapped at fullscreen size/pos to desire maximization; once I
2001-10-14 Havoc Pennington <hp@pobox.com>
* src/window.c (meta_window_new): take a window mapped at
fullscreen size/pos to desire maximization; once I add a
fullscreen state, will change to copy kwin and take this mapping
as a desire for fullscreen, but for now testing with maximization.
* src/window.h: remove fullscreen window type, now proposing it
as a window state instead.
2001-10-14 Havoc Pennington <hp@pobox.com>
* src/window.c (meta_window_maximize): always raise windows on
maximize
(meta_window_client_message): when activating a window, move
it to current workspace, instead of moving user to the
window's workspace.
Diffstat (limited to 'src/stack.c')
-rw-r--r-- | src/stack.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stack.c b/src/stack.c index 23a57e5..ef860be 100644 --- a/src/stack.c +++ b/src/stack.c @@ -268,10 +268,6 @@ compute_layer (MetaWindow *window) /* still experimenting here */ window->layer = META_LAYER_NORMAL; break; - - case META_WINDOW_FULLSCREEN: - window->layer = META_LAYER_FULLSCREEN; - break; default: window->layer = META_LAYER_NORMAL; |