[PATCH 0/2] XIPropToInt and XIPropToFloat APIs

2008-12-17 Thread Peter Hutterer
These two patches add two new APIs to the server. XIPropToInt - convert the given property into an integer array XIPropToFloat - convert the given property into an float array More importantly, the second patch also adds XATOM_FLOAT as a server-defined property that drivers can use to denote

Re: [PATCH 0/2] XIPropToInt and XIPropToFloat APIs

2008-12-17 Thread Roland Mainz
Peter Hutterer wrote: These two patches add two new APIs to the server. XIPropToInt - convert the given property into an integer array XIPropToFloat - convert the given property into an float array More importantly, the second patch also adds XATOM_FLOAT as a server-defined property that