ignore display setting in ~/.xcompmgrrc - may cause problems if set and the user starts another session on another display

svn path=/trunk/kdebase/kwin/; revision=388385
This commit is contained in:
Thomas Lübking 2005-02-11 16:07:50 +00:00
parent 469ea5a9b6
commit e1279c6cf8

View file

@ -2266,6 +2266,7 @@ setValue(Option option, char *value ){
} }
break; break;
case Display_: case Display_:
break;
display = strdup(value); display = strdup(value);
break; break;
case DisableARGB: case DisableARGB: