f3cbb56810
Cleaned up so that lib depends on config:build, and lndir it instead of mucking with the source dir. All patches put into config/patches, separated and renamed (yes, this is a LARGE fucker). Fake xview/clients to come. Currently installs under /usr/X11R6, some more patches to X needed to fix that.
11 lines
323 B
Plaintext
11 lines
323 B
Plaintext
--- ./clients/olwm/screen.c.orig Sat Apr 1 18:26:06 2000
|
|
+++ ./clients/olwm/screen.c Sat Apr 1 18:26:28 2000
|
|
@@ -220,6 +220,7 @@ isColorScreen(scrInfo,visInfo,nvisuals)
|
|
case PseudoColor:
|
|
case GrayScale:
|
|
case DirectColor:
|
|
+ case TrueColor:
|
|
return True;
|
|
/*NOTREACHED*/
|
|
break;
|