mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 10:50:47 +00:00
Correct the definition of NSDragOperation and all its usages.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31754 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3a9b7dbab3
commit
de9abfb7ee
11 changed files with 49 additions and 34 deletions
|
@ -137,8 +137,8 @@ typedef enum _NSTableViewColumnAutoresizingStyle
|
|||
tile at the end */
|
||||
BOOL _tilingDisabled;
|
||||
|
||||
unsigned int _draggingSourceOperationMaskForLocal;
|
||||
unsigned int _draggingSourceOperationMaskForRemote;
|
||||
NSDragOperation _draggingSourceOperationMaskForLocal;
|
||||
NSDragOperation _draggingSourceOperationMaskForRemote;
|
||||
}
|
||||
|
||||
/* Data Source */
|
||||
|
@ -314,7 +314,7 @@ typedef enum _NSTableViewColumnAutoresizingStyle
|
|||
tableColumns: (NSArray*)cols
|
||||
event: (NSEvent*)event
|
||||
offset: (NSPoint*)offset;
|
||||
- (void) setDraggingSourceOperationMask: (unsigned int)mask
|
||||
- (void) setDraggingSourceOperationMask: (NSDragOperation)mask
|
||||
forLocal: (BOOL)isLocal;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue