diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-07 22:24:32 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-07 22:24:32 +0000 |
commit | 58406bee8938178fc317574c4236434b0dd11a25 (patch) | |
tree | b4fa34eca69e23769c548b4436cbf65d765e5fe2 /x11-wm/metacity/files | |
parent | 98eb5c95a29c8dd1a76435744e5316092835f696 (diff) | |
download | ports-58406bee8938178fc317574c4236434b0dd11a25.tar.gz ports-58406bee8938178fc317574c4236434b0dd11a25.zip |
Notes
Diffstat (limited to 'x11-wm/metacity/files')
-rw-r--r-- | x11-wm/metacity/files/patch-src_window.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-wm/metacity/files/patch-src_window.c b/x11-wm/metacity/files/patch-src_window.c deleted file mode 100644 index 5e4ef9d96845..000000000000 --- a/x11-wm/metacity/files/patch-src_window.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/window.c 31 Jul 2004 21:26:05 -0000 1.333 -+++ src/window.c 4 Aug 2004 15:55:42 -0000 -@@ -1619,6 +1619,11 @@ window_takes_focus_on_map (MetaWindow *w - case META_WINDOW_NORMAL: - case META_WINDOW_DIALOG: - case META_WINDOW_MODAL_DIALOG: -+ /* Don't do focus stealing stuff; lame cop-out while we work on -+ * fixing http://bugzilla.gnome.org/show_bug.cgi?id=149028 -+ */ -+ return TRUE; -+ - if (window->focus_despite_user_time) - return TRUE; |