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
f6f509e4
Commit
f6f509e4
authored
Jan 20, 2017
by
Dmitry Timoshkov
Committed by
Vitaly Lipatov
Jul 30, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11.drv: Don't add MWM_DECOR_BORDER to windows without a caption.
XFCE4 always treats such windows as requesting the caption decoration.
parent
94e9ff3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
window.c
dlls/winex11.drv/window.c
+0
-3
No files found.
dlls/winex11.drv/window.c
View file @
f6f509e4
...
...
@@ -317,9 +317,6 @@ static unsigned long get_mwm_decorations( struct x11drv_win_data *data,
if
(
style
&
WS_MINIMIZEBOX
)
ret
|=
MWM_DECOR_MINIMIZE
;
if
(
style
&
WS_MAXIMIZEBOX
)
ret
|=
MWM_DECOR_MAXIMIZE
;
}
if
(
ex_style
&
WS_EX_DLGMODALFRAME
)
ret
|=
MWM_DECOR_BORDER
;
else
if
(
style
&
WS_THICKFRAME
)
ret
|=
MWM_DECOR_BORDER
;
else
if
((
style
&
(
WS_DLGFRAME
|
WS_BORDER
))
==
WS_DLGFRAME
)
ret
|=
MWM_DECOR_BORDER
;
return
ret
;
}
...
...
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