[maemo-commits] [maemo-commits] r18399 - in projects/haf/trunk/matchbox-window-manager/matchbox-window-manager: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri May 15 22:38:57 EEST 2009
- Previous message: [maemo-commits] r18398 - projects/haf/trunk/matchbox-window-manager/matchbox-window-manager
- Next message: [maemo-commits] r18400 - projects/haf/trunk/matchbox-window-manager
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: tthurman
Date: 2009-05-15 22:38:54 +0300 (Fri, 15 May 2009)
New Revision: 18399
Modified:
projects/haf/trunk/matchbox-window-manager/matchbox-window-manager/ChangeLog
projects/haf/trunk/matchbox-window-manager/matchbox-window-manager/src/wm.c
Log:
* src/wm.c: all notifications have no titlebar.
Closes NB#103733.
Modified: projects/haf/trunk/matchbox-window-manager/matchbox-window-manager/ChangeLog
===================================================================
--- projects/haf/trunk/matchbox-window-manager/matchbox-window-manager/ChangeLog 2009-05-15 19:35:53 UTC (rev 18398)
+++ projects/haf/trunk/matchbox-window-manager/matchbox-window-manager/ChangeLog 2009-05-15 19:38:54 UTC (rev 18399)
@@ -1,3 +1,8 @@
+2009-05-15 Thomas Thurman <thomas.thurman at collabora.co.uk>
+
+ * src/wm.c: all notifications have no titlebar.
+ Closes NB#103733.
+
2009-05-05 Thomas Thurman <thomas.thurman at collabora.co.uk>
* src/dialog_client.c:
Modified: projects/haf/trunk/matchbox-window-manager/matchbox-window-manager/src/wm.c
===================================================================
--- projects/haf/trunk/matchbox-window-manager/matchbox-window-manager/src/wm.c 2009-05-15 19:35:53 UTC (rev 18398)
+++ projects/haf/trunk/matchbox-window-manager/matchbox-window-manager/src/wm.c 2009-05-15 19:38:54 UTC (rev 18399)
@@ -2076,7 +2076,8 @@
{
c = dialog_client_new(w, win, NULL);
if (c == NULL) goto end;
- c->flags |= CLIENT_HAS_URGENCY_FLAG;
+ c->flags |= CLIENT_HAS_URGENCY_FLAG |
+ CLIENT_TITLE_HIDDEN_FLAG;
}
else if (value[0] == w->atoms[WINDOW_TYPE_NORMAL])
{
- Previous message: [maemo-commits] r18398 - projects/haf/trunk/matchbox-window-manager/matchbox-window-manager
- Next message: [maemo-commits] r18400 - projects/haf/trunk/matchbox-window-manager
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
