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
27510fae
Commit
27510fae
authored
May 16, 2013
by
Ken Thomases
Committed by
Alexandre Julliard
May 17, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winemac: Centralize adjusting of window levels using the window server's z-order.
parent
8343e7ce
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
10 deletions
+2
-10
cocoa_app.h
dlls/winemac.drv/cocoa_app.h
+1
-6
cocoa_app.m
dlls/winemac.drv/cocoa_app.m
+0
-0
cocoa_window.h
dlls/winemac.drv/cocoa_window.h
+1
-4
cocoa_window.m
dlls/winemac.drv/cocoa_window.m
+0
-0
No files found.
dlls/winemac.drv/cocoa_app.h
View file @
27510fae
...
...
@@ -65,8 +65,6 @@ enum {
double
mouseMoveDeltaX
,
mouseMoveDeltaY
;
NSUInteger
unmatchedMouseDowns
;
NSMutableArray
*
orderedWineWindows
;
NSMutableDictionary
*
originalDisplayModes
;
NSArray
*
cursorFrames
;
...
...
@@ -87,7 +85,6 @@ enum {
@property
(
nonatomic
)
CGEventSourceKeyboardType
keyboardType
;
@property
(
readonly
,
copy
,
nonatomic
)
NSEvent
*
lastFlagsChanged
;
@property
(
readonly
,
nonatomic
)
NSArray
*
orderedWineWindows
;
@property
(
readonly
,
nonatomic
)
BOOL
areDisplaysCaptured
;
+
(
WineApplicationController
*
)
sharedController
;
...
...
@@ -108,10 +105,8 @@ enum {
-
(
void
)
flipRect
:(
NSRect
*
)
rect
;
-
(
void
)
wineWindow
:(
WineWindow
*
)
window
ordered
:(
NSWindowOrderingMode
)
order
relativeTo
:(
WineWindow
*
)
otherWindow
;
-
(
WineWindow
*
)
frontWineWindow
;
-
(
void
)
adjustWindowLevels
;
-
(
BOOL
)
handleEvent
:(
NSEvent
*
)
anEvent
;
-
(
void
)
didSendEvent
:(
NSEvent
*
)
anEvent
;
...
...
dlls/winemac.drv/cocoa_app.m
View file @
27510fae
This diff is collapsed.
Click to expand it.
dlls/winemac.drv/cocoa_window.h
View file @
27510fae
...
...
@@ -47,8 +47,6 @@
NSUInteger
lastModifierFlags
;
NSInteger
levelWhenActive
;
NSTimer
*
liveResizeDisplayTimer
;
void
*
imeData
;
...
...
@@ -61,8 +59,7 @@
@property
(
retain
,
readonly
,
nonatomic
)
WineEventQueue
*
queue
;
@property
(
readonly
,
nonatomic
)
BOOL
floating
;
@property
(
readonly
,
nonatomic
)
NSInteger
levelWhenActive
;
-
(
void
)
adjustWindowLevel
;
-
(
NSInteger
)
minimumLevelForActive
:(
BOOL
)
active
;
@end
dlls/winemac.drv/cocoa_window.m
View file @
27510fae
This diff is collapsed.
Click to expand it.
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