From 24dc986944b1c663b0903965da482a5c03a9aa14 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 15 Feb 2009 14:26:33 +0000 Subject: Silenced a ton of warnings, and disabled several unreferenced functions (dead code) - hopefully, compilation hasn't been broken... svn-id: r38243 --- engines/sci/include/gfx_system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/include') diff --git a/engines/sci/include/gfx_system.h b/engines/sci/include/gfx_system.h index 4943a2aff1..45341b6237 100644 --- a/engines/sci/include/gfx_system.h +++ b/engines/sci/include/gfx_system.h @@ -132,7 +132,7 @@ typedef struct { /* gfx_pixmap_color_t: Pixmap-specific color entries */ typedef struct { /* gfx_color_t: Full color */ gfx_pixmap_color_t visual; guint8 alpha; /* transparency = (1-opacity) */ - byte priority, control; + signed char priority, control; byte mask; /* see mask values below */ } gfx_color_t; -- cgit v1.2.3