~raof/mir/mir-module-throw-exception

« back to all changes in this revision

Viewing changes to src/platforms/android/server/display_resource_factory.h

  • Committer: Tarmac
  • Author(s): Kevin DuBois
  • Date: 2016-04-11 15:21:39 UTC
  • mfrom: (3430.3.5 hwc15)
  • Revision ID: tarmac-20160411152139-bg9g0tmk1qjkbtyp
android: add support for HWC 1.5 (introduced in android 6.0).

Approved by mir-ci-bot, Cemil Azizoglu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    hwc12,
47
47
    hwc13,
48
48
    hwc14,
 
49
    hwc15,
49
50
    unknown
50
51
};
51
52