1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-08 01:15:56 +01:00

*** empty log message ***

This commit is contained in:
dan
2000-04-08 03:48:59 +00:00
parent fa9bfc9794
commit 3e7eb14a22
7 changed files with 9 additions and 10 deletions

View File

@@ -724,8 +724,8 @@ wScreenInit(int screen_number)
/* will only be accounted for in PseudoColor */
if (wPreferences.create_stdcmap) {
rattr.standard_colormap_mode = RCreateStdColorma;
if (wPreferences.flags.create_stdcmap) {
rattr.standard_colormap_mode = RCreateStdColormap;
} else {
rattr.standard_colormap_mode = RUseStdColormap;
}