summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbimage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Bail out from cursor creation when malloc fails.Laszlo Agocs2011-06-091-0/+6
|
* Create custom cursors via XRender.Laszlo Agocs2011-06-091-0/+80
| | | | Reviewed-by: Samuel Rødal
* Cursor support in xcb plug-in.Laszlo Agocs2011-06-081-0/+180
Custom cursor pixmaps with depth greater than 1 are not yet supported and will be converted to monochrome always. Reviewed-by: Samuel Rødal