GNOME Bugzilla – Bug 525648
Crash on 64bits system with alt-tab
Last modified: 2010-01-20 19:10:39 UTC
When the compositor is not built, it seems there's a crash when doing alt-tab on 64 bits machines. Attaching a patch to fix it. Applies to both trunk and gnome-2-22 (well, the patch won't apply for gnome-2-22 but the fix is the same)
Created attachment 108440 [details] [review] Fix crasher When compositor is not built, the function returns nothing, and that's bad.
Review of attachment 108440 [details] [review]: meta_compositor_get_window_pixmap() appears to return None when the compositor isn't built in the current version, so I assume this isn't needed any more. Sorry I didn't get to it in time!