~vanvugt/mir/frontend-server

« back to all changes in this revision

Viewing changes to src/platform/graphics/android/display_buffer.cpp

  • Committer: Daniel van Vugt
  • Date: 2014-04-15 03:51:25 UTC
  • mfrom: (1416.1.134 development-branch)
  • Revision ID: daniel.van.vugt@canonical.com-20140415035125-qvrycnzs1b86qgc7
Merge latest development-branch and fix conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
          {
47
47
              fb_bundle->fb_format()
48
48
          },
49
 
          {mg::DisplayConfigurationMode{fb_bundle->fb_size(),0.0f}},
 
49
          {mg::DisplayConfigurationMode{fb_bundle->fb_size(), fb_bundle->fb_refresh_rate()}},
50
50
          0,
51
51
          geom::Size{0,0}, //could use DPI information to fill this
52
52
          true,