unifdef -B -DRENDER to always include RENDER code

This patch was created with:

git ls-files '*.[ch]' | while read f; do unifdef -B -DRENDER -o $f $f; done

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Keith Packard
2010-04-19 09:26:10 -07:00
parent b3ab978df8
commit 28b7b2b8d0
55 changed files with 1 additions and 289 deletions

View File

@@ -69,11 +69,9 @@ typedef struct {
struct {
Bool shared;
} pix;
#ifdef RENDER
struct {
Bool root;
} pict;
#endif
char raw_data[4];
} u;
} PanoramiXRes;