mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
Misc cleanups, removal of stray printf's etc. Add basic win opacity handling
This commit is contained in:
@ -719,7 +719,7 @@ meta_display_open (void)
|
||||
/* We don't composite the windows here because they will be composited
|
||||
faster with the call to meta_screen_manage_all_windows further down
|
||||
the code */
|
||||
if (meta_prefs_get_compositing_manager ())
|
||||
if (1) /* meta_prefs_get_compositing_manager ()) FIXME */
|
||||
enable_compositor (the_display, FALSE);
|
||||
|
||||
meta_display_grab (the_display);
|
||||
|
Reference in New Issue
Block a user