[maemo-commits] [maemo-commits] r17154 - in projects/haf/trunk/libmatchbox2: . matchbox/core
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Jan 13 15:05:37 EET 2009
- Previous message: [maemo-commits] r17153 - projects/haf/tags/hildon-control-panel/1:2.2.4-1/debian
- Next message: [maemo-commits] r17155 - projects/haf/trunk/totem-pl-parser/po
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: aendrodi Date: 2009-01-13 15:05:13 +0200 (Tue, 13 Jan 2009) New Revision: 17154 Modified: projects/haf/trunk/libmatchbox2/ChangeLog projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c Log: * matchbox/core/mb-window-manager.c: Removed the last traces of setting _MB_CURRENT_APP_WINDOW. Modified: projects/haf/trunk/libmatchbox2/ChangeLog =================================================================== --- projects/haf/trunk/libmatchbox2/ChangeLog 2009-01-13 12:13:11 UTC (rev 17153) +++ projects/haf/trunk/libmatchbox2/ChangeLog 2009-01-13 13:05:13 UTC (rev 17154) @@ -1,3 +1,8 @@ +2009-01-13 Adam Endrodi <adam.endrodi at blumsoft.eu> + + * matchbox/core/mb-window-manager.c: + Removed the last traces of setting _MB_CURRENT_APP_WINDOW. + 2009-01-12 Thomas Thurman <thomas.thurman at collabora.co.uk> Added some basic test programs (not part of the build system yet) Modified: projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c =================================================================== --- projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c 2009-01-13 12:13:11 UTC (rev 17153) +++ projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c 2009-01-13 13:05:13 UTC (rev 17154) @@ -2025,17 +2025,6 @@ client->next_focused_client = wm->focused_client; } - /* Update MBWM_ATOM_MB_CURRENT_APP_WINDOW. */ - for (app = client; app; app = app->transient_for) - if (MB_WM_CLIENT_CLIENT_TYPE (app) == MBWMClientTypeApp) - { - XChangeProperty(wm->xdpy, wm->root_win->xwindow, - wm->atoms[MBWM_ATOM_MB_CURRENT_APP_WINDOW], - XA_WINDOW, 32, PropModeReplace, - (unsigned char *)&app->window->xwindow, 1); - break; - } - wm->focused_client = client; return True; }
- Previous message: [maemo-commits] r17153 - projects/haf/tags/hildon-control-panel/1:2.2.4-1/debian
- Next message: [maemo-commits] r17155 - projects/haf/trunk/totem-pl-parser/po
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]