~ubuntu-branches/debian/sid/smplayer/sid

« back to all changes in this revision

Viewing changes to src/desktopinfo.h

  • Committer: Bazaar Package Importer
  • Author(s): Breuil Cyril
  • Date: 2007-06-24 16:35:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070624163529-hhckbmd24uicada7
Tags: 0.5.20-0ubuntu1
* New upstream release
* Change Maintainer Email

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <qsize.h>
24
24
 
25
 
QSize desktop_size();
26
 
double desktop_aspectRatio();
 
25
class QWidget;
 
26
 
 
27
class DesktopInfo
 
28
{
 
29
public:
 
30
        static QSize desktop_size(QWidget *w);
 
31
        static double desktop_aspectRatio(QWidget *w);
 
32
};
27
33
 
28
34
#endif