[mutter/meego-1.0: 1/30] Don't fullscreen applications that have not explicitely requested that.
- From: Tomas Frydrych <tomasf src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/meego-1.0: 1/30] Don't fullscreen applications that have not explicitely requested that.
- Date: Fri, 14 May 2010 15:49:50 +0000 (UTC)
commit ac110dbee71f6120904d83c9cdb4fd9b8b7b4e92
Author: Tomas Frydrych <tf linux intel com>
Date: Wed Apr 29 15:01:35 2009 +0100
Don't fullscreen applications that have not explicitely requested that.
We want to be able to create undecorated screen-sized windows, that behave
like normal applications (fullscreen applications get a special treatment
regarding focus and stacking layer).
(cherry picked from commit d4758aba4ae9130f7b9846ce5d012598e07a185e)
src/core/constraints.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/core/constraints.c b/src/core/constraints.c
index c3ad474..93c8864 100644
--- a/src/core/constraints.c
+++ b/src/core/constraints.c
@@ -422,6 +422,7 @@ setup_constraint_info (ConstraintInfo *info,
meta_workspace_get_onmonitor_region (cur_workspace,
monitor_info->number);
+#if 0
/* Workaround braindead legacy apps that don't know how to
* fullscreen themselves properly.
*/
@@ -439,6 +440,7 @@ setup_constraint_info (ConstraintInfo *info,
window->desc);
meta_window_make_fullscreen_internal (window);
}
+#endif
/* Log all this information for debugging */
meta_topic (META_DEBUG_GEOMETRY,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]