spice/client/x11
Hans de Goede 0ac13ecbc4 client-x11: Fix building with gcc-4.7
Without this change gcc says:
x11/res.cpp:31:1: error: narrowing conversion of ‘(((unsigned int)_alt_image.<anonymous struct>::width) * 4u)’ from ‘unsigned int’ to ‘int’ inside { } is ill-formed in C++11 [-Werror=narrowing]
x11/res.cpp:61: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]
x11/res.cpp:61:1: error: narrowing conversion of ‘_red_icon.<anonymous struct>::height’ from ‘const uint32_t {aka const unsigned int}’ to ‘int’ inside { } is ill-formed in C++11 [-Werror=narrowing]
cc1plus: all warnings being treated as errors

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2012-01-13 15:26:57 +01:00
..
images client-x11: Fix building with gcc-4.7 2012-01-13 15:26:57 +01:00
.gitignore fresh start 2009-10-14 15:06:41 +02:00
atomic_count.h client: Include stdint.h for uint32_t 2010-09-29 12:44:33 +02:00
event_sources_p.cpp add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
event_sources_p.h Replace epoll with select in X client 2010-10-12 13:43:44 +02:00
main.cpp add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
named_pipe.cpp add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
named_pipe.h Relicense everything from GPL to LGPL 2.1+ 2010-04-13 22:22:15 +02:00
pixels_source_p.h s/USE_OGL/USE_OPENGL 2011-05-03 14:44:11 +02:00
pixels_source.cpp add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
platform_utils.cpp add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
platform_utils.h client: remove unused mb() macro 2011-05-03 14:44:11 +02:00
platform.cpp client: add xinerama support 2011-11-14 15:10:23 +02:00
playback.cpp add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
playback.h Relicense everything from GPL to LGPL 2.1+ 2010-04-13 22:22:15 +02:00
record.cpp Fix typo: treshold -> threshold 2011-08-02 11:13:49 +02:00
record.h Relicense everything from GPL to LGPL 2.1+ 2010-04-13 22:22:15 +02:00
red_drawable.cpp s/USE_OGL/USE_OPENGL 2011-05-03 14:44:11 +02:00
red_pixmap_gl.cpp add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
red_pixmap_sw.cpp add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
red_pixmap.cpp add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
red_window_p.h s/USE_OGL/USE_OPENGL 2011-05-03 14:44:11 +02:00
red_window.cpp client: menu: make RedWindow::set_menu() return an error-code (#758260) 2011-12-20 18:43:53 +02:00
res.cpp add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
res.h Relicense everything from GPL to LGPL 2.1+ 2010-04-13 22:22:15 +02:00
resource.h spicec: Remove spice-client watermark (rhbz#662450) 2010-12-16 14:54:46 +01:00
x_icon.cpp add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
x_icon.h Relicense everything from GPL to LGPL 2.1+ 2010-04-13 22:22:15 +02:00
x_platform.h s/USE_OGL/USE_OPENGL 2011-05-03 14:44:11 +02:00