~kdub/mir/hwc-integration

« back to all changes in this revision

Viewing changes to src/server/graphics/android/android_framebuffer_window.cpp

  • Committer: Kevin DuBois
  • Date: 2013-03-29 22:52:10 UTC
  • mfrom: (531.1.16 trunk)
  • Revision ID: kevin.dubois@canonical.com-20130329225210-nhi93ayk3w6ij42h
merge lp:mir (7 conflicts resolved)

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
            eglGetConfigAttrib(egl_display, current, EGL_NATIVE_VISUAL_ID, &visual_id);
71
71
            return (visual_id == android_native_id);
72
72
        });
73
 
    
 
73
 
74
74
    if (pegl_config == end(config_slots))
75
75
        BOOST_THROW_EXCEPTION(std::runtime_error("could not select EGL config for use with framebuffer"));
76
76