Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
291d7e05
Commit
291d7e05
authored
Dec 29, 2006
by
Vitaliy Margolen
Committed by
Alexandre Julliard
Dec 29, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11drv: Make dxgrab global.
parent
263d5ce1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
x11ddraw.c
dlls/winex11.drv/x11ddraw.c
+0
-2
x11drv.h
dlls/winex11.drv/x11drv.h
+1
-0
No files found.
dlls/winex11.drv/x11ddraw.c
View file @
291d7e05
...
...
@@ -46,8 +46,6 @@ typedef struct _X11DEVICE {
LPX11DRIVERINFO
lpInfo
;
}
X11DEVICE
,
*
LPX11DEVICE
;
extern
int
dxgrab
;
static
LPDDRAWI_DDRAWSURFACE_LCL
X11DRV_DD_Primary
;
static
LPDDRAWI_DDRAWSURFACE_GBL
X11DRV_DD_PrimaryGbl
;
static
HWND
X11DRV_DD_PrimaryWnd
;
...
...
dlls/winex11.drv/x11drv.h
View file @
291d7e05
...
...
@@ -526,6 +526,7 @@ extern unsigned int screen_height;
extern
unsigned
int
screen_depth
;
extern
RECT
virtual_screen_rect
;
extern
unsigned
int
text_caps
;
extern
int
dxgrab
;
extern
int
use_xkb
;
extern
int
use_take_focus
;
extern
int
use_primary_selection
;
...
...
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