[libwnck] [core] Use _NET_WM_WINDOW_TYPE_SPLASH instead of non-existing hint
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libwnck] [core] Use _NET_WM_WINDOW_TYPE_SPLASH instead of non-existing hint
- Date: Tue, 9 Mar 2010 01:36:07 +0000 (UTC)
commit f9b0a3fb2c56dcb2647bb2340ab317af290b819d
Author: Vincent Untz <vuntz gnome org>
Date: Tue Mar 9 02:35:13 2010 +0100
[core] Use _NET_WM_WINDOW_TYPE_SPLASH instead of non-existing hint
We were using _NET_WM_WINDOW_TYPE_SPLASHSCREEN
https://bugzilla.gnome.org/show_bug.cgi?id=590879
libwnck/window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libwnck/window.c b/libwnck/window.c
index 3ad18f1..50bad36 100644
--- a/libwnck/window.c
+++ b/libwnck/window.c
@@ -972,7 +972,7 @@ wnck_window_set_window_type (WnckWindow *window, WnckWindowType wintype)
atom = _wnck_atom_get ("_NET_WM_WINDOW_TYPE_UTILITY");
break;
case WNCK_WINDOW_SPLASHSCREEN:
- atom = _wnck_atom_get ("_NET_WM_WINDOW_TYPE_SPLASHSCREEN");
+ atom = _wnck_atom_get ("_NET_WM_WINDOW_TYPE_SPLASH");
break;
default:
return;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]