~ubuntu-branches/ubuntu/vivid/gnash/vivid

« back to all changes in this revision

Viewing changes to gui/fb/fbsup.h

  • Committer: Package Import Robot
  • Author(s): Dimitri John Ledkov
  • Date: 2014-06-20 11:25:58 UTC
  • mfrom: (1.1.21) (3.1.34 sid)
  • Revision ID: package-import@ubuntu.com-20140620112558-rge2xst0g7a6e11i
Tags: 0.8.11~git20140419-1ubuntu1
* Sync from Debian, with a following modification:
* Build-depend on firefox-dev, instead of xulrunner-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
 
152
152
    // Information for System.capabilities to be reimplemented in
153
153
    // each gui.
154
 
    double getPixelAspectRatio() { return 0; }
 
154
    double getPixelAspectRatio() const { return 0; }
155
155
    int getScreenResX() { return 0; }
156
156
    int getScreenResY() { return 0; }
157
 
    double getScreenDPI() { return 0; }
158
 
    std::string getScreenColor() { return ""; }
 
157
    double getScreenDPI() const { return 0; }
 
158
    std::string getScreenColor() const { return ""; }
159
159
 
160
160
    // For the framebuffer, these are mostly just stubs.
161
161