removed some functions
This commit is contained in:
parent
3e1ac648d0
commit
d81df81428
1 changed files with 1 additions and 9 deletions
|
@ -22,7 +22,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: ScreenInfo.hh,v 1.1 2003/05/10 13:54:29 fluxgen Exp $
|
||||
// $Id: ScreenInfo.hh,v 1.2 2003/05/10 23:01:00 fluxgen Exp $
|
||||
|
||||
#ifndef SCREENINFO_HH
|
||||
#define SCREENINFO_HH
|
||||
|
@ -45,16 +45,8 @@ public:
|
|||
explicit ScreenInfo(int screen_num);
|
||||
~ScreenInfo();
|
||||
|
||||
inline Visual *getVisual() const { return visual; }
|
||||
inline Window getRootWindow() const { return root_window; }
|
||||
inline Colormap colormap() const { return m_colormap; }
|
||||
|
||||
inline int getDepth() const { return depth; }
|
||||
inline int getScreenNumber() const { return screen_number; }
|
||||
|
||||
inline unsigned int getWidth() const { return width; }
|
||||
inline unsigned int getHeight() const { return height; }
|
||||
|
||||
#ifdef XINERAMA
|
||||
inline bool hasXinerama() const { return m_hasXinerama; }
|
||||
inline int getNumHeads() const { return xineramaNumHeads; }
|
||||
|
|
Loading…
Reference in a new issue