Misc cleanups, removal of stray printf's etc. Add basic win opacity handling

This commit is contained in:
Matthew Allum
2008-06-04 20:51:08 +01:00
parent 8fd2f1d22a
commit c29232fd0d
5 changed files with 178 additions and 196 deletions

View File

@ -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);