mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-07 14:24:14 +01:00
bug fixes, performance enhancement for image rendering
This commit is contained in:
@@ -526,7 +526,7 @@ int main(int argc, char **argv)
|
||||
|
||||
attr.flags = RC_RenderMode | RC_ColorsPerChannel;
|
||||
|
||||
attr.render_mode = RM_DITHER;
|
||||
attr.render_mode = RDitheredRendering;
|
||||
attr.colors_per_channel = 4;
|
||||
|
||||
if (visualID >= 0) {
|
||||
|
||||
Reference in New Issue
Block a user