mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 01:10:39 +00:00
* Headers/Additions/GNUstepGUI/GSWindowDecorationView.h:
Move new addon methods for Wayland to correct class GSStandardWindowDecorationView. * Source/GSWindowDecorationView.m: Keep variables declarations together.
This commit is contained in:
parent
bc9d477a9f
commit
b84d8cc3fd
3 changed files with 12 additions and 5 deletions
|
@ -48,10 +48,6 @@ typedef enum _GSResizeEdgeMode {
|
|||
styleMask: (NSUInteger)aStyle;
|
||||
- (CGFloat) minFrameWidthWithTitle: (NSString *)aTitle
|
||||
styleMask: (NSUInteger)aStyle;
|
||||
- (BOOL) pointInContentRect:(NSPoint)point;
|
||||
- (BOOL) pointInTitleBarRect:(NSPoint)point;
|
||||
- (BOOL) pointInResizeBarRect:(NSPoint)point;
|
||||
- (GSResizeEdgeMode) resizeModeForPoint:(NSPoint)point;
|
||||
@end
|
||||
|
||||
|
||||
|
@ -125,6 +121,10 @@ Standard OPENSTEP-ish window decorations.
|
|||
|
||||
NSButton *closeButton, *miniaturizeButton;
|
||||
}
|
||||
- (BOOL) pointInContentRect:(NSPoint)point;
|
||||
- (BOOL) pointInTitleBarRect:(NSPoint)point;
|
||||
- (BOOL) pointInResizeBarRect:(NSPoint)point;
|
||||
- (GSResizeEdgeMode) resizeModeForPoint:(NSPoint)point;
|
||||
@end
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue