Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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
wine
wine-cw
Commits
b30d59dc
Commit
b30d59dc
authored
May 18, 2001
by
Marcus Meissner
Committed by
Alexandre Julliard
May 18, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed compile if we do not have the xf86vidmode extension.
parent
657d9f9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
xvidmode.c
dlls/x11drv/xvidmode.c
+4
-4
No files found.
dlls/x11drv/xvidmode.c
View file @
b30d59dc
...
...
@@ -4,12 +4,10 @@
* Copyright 2001 TransGaming Technologies, Inc.
*/
#include "config.h"
#include <string.h>
/* FIXME: ChangeDisplaySettings ought to be able to use this */
#ifdef HAVE_LIBXXF86VM
#include "config.h"
#include <string.h>
#include "ts_xlib.h"
#include "ts_xf86vmode.h"
...
...
@@ -24,6 +22,8 @@
DEFAULT_DEBUG_CHANNEL
(
x11drv
);
#ifdef HAVE_LIBXXF86VM
static
int
xf86vm_event
,
xf86vm_error
,
xf86vm_major
,
xf86vm_minor
;
LPDDHALMODEINFO
xf86vm_modes
;
...
...
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