Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Aleksandr Isakov
wine-fonts
Commits
66300403
Commit
66300403
authored
Sep 29, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 02, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw: Only perform the screen resolution changing tests in interactive mode.
parent
b2152692
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
ddrawmodes.c
dlls/ddraw/tests/ddrawmodes.c
+9
-1
No files found.
dlls/ddraw/tests/ddrawmodes.c
View file @
66300403
/*
* Unit tests for ddraw functions
*
*
* Part of this test involves changing the screen resolution. But this is
* really disrupting if the user is doing something else and is not very nice
* to CRT screens. Plus, ideally it needs someone watching it to check that
* each mode displays correctly.
* So this is only done if the test is being run in interactive mode.
*
* Copyright (C) 2003 Sami Aario
*
* This library is free software; you can redistribute it and/or
...
...
@@ -342,7 +349,8 @@ START_TEST(ddrawmodes)
if
(
!
createdirectdraw
())
return
;
enumdisplaymodes
();
testdisplaymodes
();
if
(
winetest_interactive
)
testdisplaymodes
();
flushdisplaymodes
();
releasedirectdraw
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment