Fix olvwm for 32bpp mode. Closes PR ports/2796.
Submitted by: Matthew Hunt <mph@pobox.com>
This commit is contained in:
parent
3328da718b
commit
f988e191d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5850
1 changed files with 10 additions and 0 deletions
|
@ -253,6 +253,16 @@
|
|||
|
||||
/*-------------------------------------------------------------------------
|
||||
* Local Data
|
||||
***************
|
||||
*** 281,286 ****
|
||||
--- 281,287 ----
|
||||
case StaticColor:
|
||||
case PseudoColor:
|
||||
case GrayScale:
|
||||
+ case TrueColor:
|
||||
case DirectColor:
|
||||
return True;
|
||||
/*NOTREACHED*/
|
||||
*** st.c.orig Thu Jan 13 14:36:18 1994
|
||||
--- st.c Thu Oct 20 23:53:07 1994
|
||||
***************
|
||||
|
|
Loading…
Reference in a new issue