Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11window.c @ 2211:9462f4408ecb
Oops, meant PsuedoColor not TrueColor
author | Bob Pendleton <bob@pendleton.com> |
---|---|
date | Mon, 23 Jul 2007 16:55:38 +0000 |
parents | 2032348afed1 |
children | 59a667370c57 |
comparison
equal
deleted
inserted
replaced
2210:1de324fce4e8 | 2211:9462f4408ecb |
---|---|
179 } else { | 179 } else { |
180 xattr.override_redirect = False; | 180 xattr.override_redirect = False; |
181 } | 181 } |
182 xattr.background_pixel = 0; | 182 xattr.background_pixel = 0; |
183 xattr.border_pixel = 0; | 183 xattr.border_pixel = 0; |
184 if (visual->class == DirectColor || visual->class == TrueColor) { | 184 if (visual->class == DirectColor || visual->class == PseudoColor) { |
185 int nmaps; | 185 int nmaps; |
186 XStandardColormap *stdmaps; | 186 XStandardColormap *stdmaps; |
187 int i; | 187 int i; |
188 Bool found = False; | 188 Bool found = False; |
189 | 189 |