mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-29 01:42:32 +01:00
WRaster: Added missing const attribute
Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
26c64933e0
commit
2658ed0fb2
@@ -40,7 +40,7 @@ extern void _wraster_change_filter(int type);
|
||||
|
||||
static Bool bestContext(Display * dpy, int screen_number, RContext * context);
|
||||
|
||||
static RContextAttributes DEFAULT_CONTEXT_ATTRIBS = {
|
||||
static const RContextAttributes DEFAULT_CONTEXT_ATTRIBS = {
|
||||
RC_UseSharedMemory | RC_RenderMode | RC_ColorsPerChannel, /* flags */
|
||||
RDitheredRendering, /* render_mode */
|
||||
4, /* colors_per_channel */
|
||||
|
||||
Reference in New Issue
Block a user