[maemo-commits] [maemo-commits] r18194 - in projects/haf/trunk/libmatchbox2: . matchbox/core
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Apr 29 21:04:56 EEST 2009
- Previous message: [maemo-commits] r18193 - projects/haf/trunk/sqlite3/debian
- Next message: [maemo-commits] r18195 - in projects/haf/trunk/libmatchbox2: . matchbox/client-types matchbox/theme-engines
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mordinasillopis Date: 2009-04-29 21:04:45 +0300 (Wed, 29 Apr 2009) New Revision: 18194 Modified: projects/haf/trunk/libmatchbox2/ projects/haf/trunk/libmatchbox2/ChangeLog projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-client-window.c Log: Fixed handling of _NET_WM_PID property. Property changes on: projects/haf/trunk/libmatchbox2 ___________________________________________________________________ Name: bzr:see-revprops + 18194 Modified: projects/haf/trunk/libmatchbox2/ChangeLog =================================================================== --- projects/haf/trunk/libmatchbox2/ChangeLog 2009-04-29 16:06:42 UTC (rev 18193) +++ projects/haf/trunk/libmatchbox2/ChangeLog 2009-04-29 18:04:45 UTC (rev 18194) @@ -1,3 +1,9 @@ +2009-04-29 Marc Ordinas i Llopis <marc.ordinasillopis at collabora.co.uk> + + Fixed handling of _NET_WM_PID property. + + * matchbox/core/mb-wm-client-window.c: + 2009-04-29 Adam Endrodi <adam.endrodi at blumsoft.eu> Reliability fixes. Do not freak out when the wm is restarted Modified: projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-client-window.c =================================================================== --- projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-client-window.c 2009-04-29 16:06:42 UTC (rev 18193) +++ projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-client-window.c 2009-04-29 18:04:45 UTC (rev 18194) @@ -564,7 +564,7 @@ win->x_geometry.y, win->x_geometry.width, win->x_geometry.height); - + /* FIXME is it right that we directly/immeditaly update * win->geometry here, perhaps that should be left as a * responsability for a signal handler? */ @@ -863,7 +863,7 @@ } else { - win->pid = (pid_t) *pid; + win->pid = *(pid_t *)pid; MBWM_DBG("@@@ pid %d @@@", win->pid); }
- Previous message: [maemo-commits] r18193 - projects/haf/trunk/sqlite3/debian
- Next message: [maemo-commits] r18195 - in projects/haf/trunk/libmatchbox2: . matchbox/client-types matchbox/theme-engines
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]