summaryrefslogtreecommitdiffstats
path: root/pointer.c
Commit message (Collapse)AuthorAgeFilesLines
* Use GL_ONE for the source in glBendFunc instead of pre-unmultiplying.Kristian Høgsberg2008-11-061-30/+0
| | | | Eventually we need to allow both pre-multiplied alpha and not, but for now default to premultiplied.
* Always poll on display fd so we only read when there's data.Kristian Høgsberg2008-11-061-7/+25
|
* Move background drawing to a client.Kristian Høgsberg2008-11-061-3/+0
|
* Unpremultiply cairo surface data.Kristian Høgsberg2008-11-061-3/+34
|
* Add a new client that draws a pointer.Kristian Høgsberg2008-11-061-0/+162