summaryrefslogtreecommitdiffstats
path: root/server/pixmap-cache.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary typedef from pixmap-cache.hJonathon Jongsma2015-11-041-2/+0
| | | | Acked-by: Frediano Ziglio <fziglio@redhat.com>
* server: move some pixmap cache code in own fileMarc-André Lureau2015-10-191-0/+76
Remove that hideous template header that should really be regular code since it's specialized and instanciated only for pixmap. Acked-by: Frediano Ziglio <fziglio@redhat.com>