Re: [PATCH] explorer: add registry support to disable Virtual Desktop systray
6 Jul
2016
6 Jul
'16
7:34 a.m.
+ if (using_root) + { + enable_shell = FALSE; + initialize_systray( graphics_driver, using_root, enable_shell ); + } + else + { + enable_systray=get_default_systray_state(); + initialize_systray( graphics_driver, !enable_systray, enable_shell ); + } I think you should put the same whitespace around the equals sign in both cases. -Alex
3536
Age (days ago)
3536
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alex Henrie