git-svn-id: trunk@40865 -
@@ -31,9 +31,11 @@
4096: driver := D12bit;
32768: driver := D15bit;
65536: driver := D16bit;
-{ not yet supported
+{$ifdef FPC_GRAPH_SUPPORTS_TRUECOLOR}
65536*256: driver := D24bit;
+{ not yet supported
65536*65536: driver := D32bit;}
+{$endif FPC_GRAPH_SUPPORTS_TRUECOLOR}
else
begin
driver := maxsmallint;