Update of /cvsroot/gcblue/gcb_wx/include/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27263/include/graphics
Modified Files:
tcDisplayModes.h
Log Message:
Index: tcDisplayModes.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tcDisplayModes.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** tcDisplayModes.h 14 Jun 2004 21:52:55 -0000 1.1
--- tcDisplayModes.h 10 Jul 2004 01:51:15 -0000 1.2
***************
*** 40,53 ****
unsigned int height;
unsigned int bits;
};
static tcDisplayModes* Get();
! void ChangeMode(unsigned width, unsigned height, unsigned bits);
! void ChangeOptionsMode(unsigned width, unsigned height, unsigned bits);
unsigned GetModeCount() const;
const tcDisplayModes::Info& GetCurrentModeInfo() const;
const tcDisplayModes::Info& GetModeInfo(unsigned n) const;
bool IsCurrentMode(unsigned n) const;
! bool IsModeValid(unsigned width, unsigned height, unsigned bits);
void LoadModeFromOptions();
void LogModeInfo();
--- 40,56 ----
unsigned int height;
unsigned int bits;
+ unsigned int frequency;
};
+
+
static tcDisplayModes* Get();
! void ChangeMode(unsigned width, unsigned height, unsigned bits, unsigned freq);
! void ChangeOptionsMode(unsigned width, unsigned height, unsigned bits, unsigned freq);
unsigned GetModeCount() const;
const tcDisplayModes::Info& GetCurrentModeInfo() const;
const tcDisplayModes::Info& GetModeInfo(unsigned n) const;
bool IsCurrentMode(unsigned n) const;
! bool IsModeValid(unsigned width, unsigned height, unsigned bits, unsigned freq);
void LoadModeFromOptions();
void LogModeInfo();
|