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
334e88bc
Commit
334e88bc
authored
Apr 07, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11: Don't set NET_WM_STATE on the desktop window.
parent
2ae8e876
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
winpos.c
dlls/winex11.drv/winpos.c
+1
-0
No files found.
dlls/winex11.drv/winpos.c
View file @
334e88bc
...
...
@@ -179,6 +179,7 @@ static void update_net_wm_states( Display *display, struct x11drv_win_data *data
DWORD
i
,
style
,
ex_style
,
new_state
=
0
;
if
(
!
data
->
managed
)
return
;
if
(
data
->
whole_window
==
root_window
)
return
;
style
=
GetWindowLongW
(
data
->
hwnd
,
GWL_STYLE
);
if
(
data
->
whole_rect
.
left
<=
0
&&
data
->
whole_rect
.
right
>=
screen_width
&&
...
...
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