[PATCH] explorer: add registry support to disable Virtual Desktop systray

Alex Henrie alexhenrie24 at gmail.com
Wed Jul 6 01:34:44 CDT 2016


+            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



More information about the wine-devel mailing list