Changed initial constants to true

This commit is contained in:
Marc Lehmann
1999-09-08 22:34:34 +00:00
parent 720450826d
commit beb7564851

View File

@ -158,9 +158,9 @@ static alienmap2_vals_t wvals = {
1.0, 1.0,
0.0, 0.0,
RGB, RGB,
FALSE, TRUE,
FALSE, TRUE,
FALSE, TRUE,
}; /* wvals */ }; /* wvals */
static GDrawable *drawable; static GDrawable *drawable;