mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +01:00
missing header
This commit is contained in:
@@ -718,9 +718,9 @@ RCreateContext(Display *dpy, int screen_number, RContextAttributes *attribs)
|
||||
{
|
||||
unsigned long flags = 0;
|
||||
|
||||
if (context->attribs->render_mode == RDitheredRendering)
|
||||
if (context->attribs->render_mode == RDitheredRendering) {
|
||||
flags |= HERMES_CONVERT_DITHER;
|
||||
|
||||
}
|
||||
context->hermes_data->converter = Hermes_ConverterInstance(flags);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user