diff options
author | bobo1on1 <bobo1on1@svn> | 2010-06-30 21:31:04 +0000 |
---|---|---|
committer | bobo1on1 <bobo1on1@svn> | 2010-06-30 21:31:04 +0000 |
commit | db2a73cc2b2b3114afdeeb210012bf8903c4591f (patch) | |
tree | b71b498ece43b1fbcedf891384c72f90ef9ba554 | |
parent | 8d3e1b9a1d79577989b4926310082d317bbb26fc (diff) |
fixed: we have one monitor on linux
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31531 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | xbmc/WinSystemX11.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/WinSystemX11.h b/xbmc/WinSystemX11.h index 9e3f39e9f1..e181b57033 100644 --- a/xbmc/WinSystemX11.h +++ b/xbmc/WinSystemX11.h @@ -40,6 +40,7 @@ public: virtual bool ResizeWindow(int newWidth, int newHeight, int newLeft, int newTop); virtual bool SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays); virtual void UpdateResolutions(); + virtual int GetNumScreens() { return 1; } virtual void ShowOSMouse(bool show); virtual void NotifyAppActiveChange(bool bActivated); |