Parent Directory
|
Revision Log
|
Patch
| revision 1.1 by cebix, Mon Feb 4 16:58:13 2002 UTC | revision 1.2 by gbeauche, Sun Apr 21 11:47:18 2002 UTC | |
|---|---|---|
| # | Line 333 static bool open_display(void) | Line 333 static bool open_display(void) |
| 333 | depth = 8; | depth = 8; |
| 334 | break; | break; |
| 335 | case APPLE_16_BIT: | case APPLE_16_BIT: |
| 336 | depth = 16; | depth = xdepth == 15 ? 15 : 16; |
| 337 | break; | break; |
| 338 | case APPLE_32_BIT: | case APPLE_32_BIT: |
| 339 | depth = 32; | depth = 32; |
|
||||||||
| Christian Bauer">Christian Bauer | ViewVC Help |
| Powered by ViewVC 1.1.15 |