summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:40 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:40 +0000
commit36716ad167f0c3871903196e7e1ba3c7f0d3a5df (patch)
tree4c054b8f2e222bf4769079562aff12a3e8f77540
parentc78ca63d2b8dd9074f7b6ff986ebeb4061697c1b (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/bw2_driver.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bw2_driver.c b/src/bw2_driver.c
index 00b0072..5888b0e 100644
--- a/src/bw2_driver.c
+++ b/src/bw2_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/sunbw2/bw2_driver.c,v 1.3 2001/05/04 19:05:45 dawes Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/sunbw2/bw2_driver.c,v 1.4 2003/10/30 17:37:11 tsi Exp $ */
#include "xf86.h"
#include "xf86_OSproc.h"
@@ -52,8 +52,8 @@ static void BW2AdjustFrame(int scrnIndex, int x, int y, int flags);
/* Optional functions */
static void BW2FreeScreen(int scrnIndex, int flags);
-static int BW2ValidMode(int scrnIndex, DisplayModePtr mode, Bool verbose,
- int flags);
+static ModeStatus BW2ValidMode(int scrnIndex, DisplayModePtr mode,
+ Bool verbose, int flags);
void BW2Sync(ScrnInfoPtr pScrn);
@@ -555,7 +555,7 @@ BW2FreeScreen(int scrnIndex, int flags)
/* Checks if a mode is suitable for the selected chipset. */
/* Optional */
-static int
+static ModeStatus
BW2ValidMode(int scrnIndex, DisplayModePtr mode, Bool verbose, int flags)
{
if (mode->Flags & V_INTERLACE)