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
dbfe24c3
Commit
dbfe24c3
authored
Jan 23, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11: Move resetting of the cursor clip rectangle into xinerama_init().
parent
235dd63f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
2 deletions
+1
-2
winpos.c
dlls/winex11.drv/winpos.c
+0
-1
x11drv_main.c
dlls/winex11.drv/x11drv_main.c
+0
-1
xinerama.c
dlls/winex11.drv/xinerama.c
+1
-0
No files found.
dlls/winex11.drv/winpos.c
View file @
dbfe24c3
...
...
@@ -964,7 +964,6 @@ void X11DRV_resize_desktop( unsigned int width, unsigned int height )
resize_data
.
old_virtual_rect
=
virtual_screen_rect
;
xinerama_init
(
width
,
height
);
ClipCursor
(
NULL
);
if
(
!
(
data
=
X11DRV_get_win_data
(
hwnd
)))
{
...
...
dlls/winex11.drv/x11drv_main.c
View file @
dbfe24c3
...
...
@@ -543,7 +543,6 @@ static BOOL process_attach(void)
X11DRV_XComposite_Init
();
#endif
X11DRV_ClipCursor
(
NULL
);
X11DRV_InitKeyboard
();
X11DRV_InitClipboard
();
...
...
dlls/winex11.drv/xinerama.c
View file @
dbfe24c3
...
...
@@ -169,6 +169,7 @@ void xinerama_init( unsigned int width, unsigned int height )
wine_dbgstr_rect
(
&
virtual_screen_rect
),
screen_width
,
screen_height
);
wine_tsx11_unlock
();
ClipCursor
(
NULL
);
/* reset the cursor clip rectangle */
}
...
...
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