Re: [compiz] [PATCH] Add iconGeometry getter

2009-03-10 Thread Danny Baumann
Hi, > > This patch: > > -> Changes the XRectangle definition to CompRect as part of the new > > (unofficial) standard > > -> Adds a getter for priv->iconGeometry and priv->iconGeometrySet > > > > The patch is attached. > > > > Kind Regards, > > > > Sam > > > > -- > > Sam Spilsbury > > > > Hi, >

Re: [compiz] [PATCH] Add iconGeometry getter

2009-03-10 Thread Sam Spilsbury
On Tue, Mar 10, 2009 at 6:52 PM, Sam Spilsbury wrote: > Hi, > > There is currently no w->iconGeometry getter. This is required for > plugins like animation, minimize and thumbnail. > > This patch: >  -> Changes the XRectangle definition to CompRect as part of the new > (unofficial) standard >  ->

[compiz] [PATCH] Add iconGeometry getter

2009-03-10 Thread Sam Spilsbury
Hi, There is currently no w->iconGeometry getter. This is required for plugins like animation, minimize and thumbnail. This patch: -> Changes the XRectangle definition to CompRect as part of the new (unofficial) standard -> Adds a getter for priv->iconGeometry and priv->iconGeometrySet The pat