mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 23:40:48 +00:00
Replace NSCompositeHighlight with GSCompositeHighlight and map NSCompositeHighlight onto
NSCompositeSourceOver. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34773 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1cc1bc54ef
commit
e654c1c5b5
3 changed files with 12 additions and 1 deletions
|
@ -97,6 +97,9 @@ typedef enum _NSCompositingOperation
|
|||
NSCompositeHighlight,
|
||||
NSCompositePlusLighter
|
||||
|
||||
#if OS_API_VERSION(GS_API_NONE, GS_API_NONE)
|
||||
, GSCompositeHighlight = 100
|
||||
#endif
|
||||
} NSCompositingOperation;
|
||||
|
||||
typedef int NSWindowDepth;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue