mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-04 04:44:16 +01:00
Removed optimize_for_speed flag
The optimize_for_speed was used to set the Alpha channel for jpeg. The alpha channel for jpeg should be used always. The current CPUs/GPUs can do it without problems and this is an old behaviour.
This commit is contained in:
committed by
Carlos R. Mafra
parent
f363292d3c
commit
d1f9b80171
@@ -147,7 +147,6 @@ typedef struct RContext {
|
||||
|
||||
struct {
|
||||
unsigned int use_shared_pixmap:1;
|
||||
unsigned int optimize_for_speed:1;
|
||||
} flags;
|
||||
} RContext;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user