mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-24 07:02:30 +01:00
- s/sprintf/snprintf
- updated some po's - fixed crash bug when removing WINDOWS_MENU or WORKSPACE_MENU from rootmenu - some other stuff i forgot
This commit is contained in:
@@ -1423,7 +1423,7 @@ main(int argc, char **argv)
|
||||
render_mode = RDitheredRendering;
|
||||
|
||||
rattr.flags = RC_RenderMode | RC_ColorsPerChannel
|
||||
| RC_StandardColormap;
|
||||
| RC_StandardColormap | RC_DefaultVisual;
|
||||
rattr.render_mode = render_mode;
|
||||
rattr.colors_per_channel = cpc;
|
||||
rattr.standard_colormap_mode = RCreateStdColormap;
|
||||
|
||||
Reference in New Issue
Block a user