summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:41 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:41 +0000
commitf5fe4b8f8b07b6470856481380b2dd693fd8547b (patch)
treef11b3207aee8fc8b2b5ea2a2ac51c1334a092804
parent7d5e0c80684779f41818a5abac6c7ee46d146a65 (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330
-rw-r--r--src/cg3_driver.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cg3_driver.c b/src/cg3_driver.c
index 12e14e6..dd5ef49 100644
--- a/src/cg3_driver.c
+++ b/src/cg3_driver.c
@@ -20,7 +20,7 @@
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/suncg3/cg3_driver.c,v 1.4 2001/05/16 06:48:10 keithp Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/suncg3/cg3_driver.c,v 1.5 2003/10/30 17:37:12 tsi Exp $ */
#define PSZ 8
#include "xf86.h"
@@ -53,8 +53,8 @@ static void CG3AdjustFrame(int scrnIndex, int x, int y, int flags);
/* Optional functions */
static void CG3FreeScreen(int scrnIndex, int flags);
-static int CG3ValidMode(int scrnIndex, DisplayModePtr mode, Bool verbose,
- int flags);
+static ModeStatus CG3ValidMode(int scrnIndex, DisplayModePtr mode,
+ Bool verbose, int flags);
void CG3Sync(ScrnInfoPtr pScrn);
@@ -565,7 +565,7 @@ CG3FreeScreen(int scrnIndex, int flags)
/* Checks if a mode is suitable for the selected chipset. */
/* Optional */
-static int
+static ModeStatus
CG3ValidMode(int scrnIndex, DisplayModePtr mode, Bool verbose, int flags)
{
if (mode->Flags & V_INTERLACE)