dont draw shadows on WINTYPE_DESKTOP windows

This commit is contained in:
Christopher Jeffrey 2012-02-06 13:20:44 -06:00
parent c4089805ed
commit c451c08058
1 changed files with 1 additions and 0 deletions

View File

@ -2320,6 +2320,7 @@ main(int argc, char **argv) {
for (i = 0; i < NUM_WINTYPES; ++i) { for (i = 0; i < NUM_WINTYPES; ++i) {
win_type_shadow[i] = True; win_type_shadow[i] = True;
} }
win_type_shadow[WINTYPE_DESKTOP] = False;
break; break;
case 'C': case 'C':
no_dock_shadow = True; no_dock_shadow = True;