Comment 5 for bug 2078723

Revision history for this message
Julian Andres Klode (juliank) wrote :

The code in question is:

      current_mode = cc_display_monitor_get_mode (self->selected_output);
      cc_display_mode_get_resolution (current_mode, &width, &height);

Which means that cc_display_monitor_get_mode() returned NULL.