summaryrefslogtreecommitdiffstats
path: root/client/x11/images/red_icon.c
Commit message (Collapse)AuthorAgeFilesLines
* client: fix two narrowing conversion c++-11 warnings0.8Alon Levy2012-03-141-2/+2
| | | | | | | | | | | | Warnings are from initializing members of type int from uint32_t. Fix is to change alt_image and red_icon height and width fields to ints. Example warning fixed: res.cpp:58:1: error: narrowing conversion of ‘_red_icon.<anonymous struct>::width’ from ‘const uint32_t {aka const unsigned int}’ to ‘int’ inside { } is ill-formed in C++11 [-Werror=narrowing] Signed-off-by: Alon Levy <alevy@redhat.com>
* client: use spice icon instead-of solidice iconYaniv Kamay2010-01-041-186/+271
|
* fresh startYaniv Kamay2009-10-141-0/+190