[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/metacity/FC-4 metacity-2.10.0-raise-demands-attention.patch, NONE, 1.1 metacity.spec, 1.29, 1.30
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/metacity/FC-4 metacity-2.10.0-raise-demands-attention.patch, NONE, 1.1 metacity.spec, 1.29, 1.30
- Date: Sat, 9 Jul 2005 19:23:37 -0400
Author: wtogami
Update of /cvs/dist/rpms/metacity/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv12420
Modified Files:
metacity.spec
Added Files:
metacity-2.10.0-raise-demands-attention.patch
Log Message:
raise demands attention (#157271 newren)
metacity-2.10.0-raise-demands-attention.patch:
window.c | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
--- NEW FILE metacity-2.10.0-raise-demands-attention.patch ---
Index: src/window.c
===================================================================
RCS file: /cvs/gnome/metacity/src/window.c,v
retrieving revision 1.386
diff -p -u -r1.386 window.c
--- src/window.c 26 May 2005 20:14:15 -0000 1.386
+++ src/window.c 29 May 2005 22:27:31 -0000
@@ -4075,12 +4075,15 @@ meta_window_configure_request (MetaWindo
{
meta_topic (META_DEBUG_STACK,
"Ignoring xconfigure stacking request from %s (with "
- "user_time %lu); currently active application is %s (with "
- "user_time %lu).\n",
+ "user_time %lu); and instead setting the "
+ "_NET_WM_DEMANDS_ATTENTION hint for it. The currently "
+ "active application is %s (with user_time %lu).\n",
window->desc,
window->net_wm_user_time,
active_window->desc,
active_window->net_wm_user_time);
+ window->wm_state_demands_attention = TRUE;
+ set_net_wm_state (window);
}
else
{
Index: metacity.spec
===================================================================
RCS file: /cvs/dist/rpms/metacity/FC-4/metacity.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- metacity.spec 4 Apr 2005 03:40:50 -0000 1.29
+++ metacity.spec 9 Jul 2005 23:23:33 -0000 1.30
@@ -3,7 +3,7 @@
Summary: Metacity window manager
Name: metacity
Version: 2.10.0
-Release: 1
+Release: 2.fc5
URL: http://ftp.gnome.org/pub/gnome/sources/metacity/
Source0: %{name}-%{version}.tar.bz2
License: GPL
@@ -24,6 +24,7 @@
Patch0: metacity-2.3.987-default-theme.patch
Patch1: metacity-2.4.13.90-ctrlaltdel.patch
+Patch2: metacity-2.10.0-raise-demands-attention.patch
%description
@@ -35,6 +36,7 @@
%patch0 -p1 -b .default-theme
%patch1 -p1 -b .ctrlaltdel
+%patch2 -p0 -b .raise-demands-attention
%build
@@ -108,6 +110,9 @@
%{_mandir}/man1/*
%changelog
+* Mon May 30 2005 Warren Togami <wtogami redhat com> 2.10.0-2
+- raise demands attention (#157271 newren)
+
* Sun Apr 3 2005 Ray Strode <rstrode redhat com> 2.10.0-1
- Update to 2.10.0
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]