mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 17:50:38 +00:00
* Source/GSNibLoading.m (NSCustomView): Correct implementation of
-initWithCoder: and remove -awakeAfterUsingCoder:. * Source/NSSound.m: Remove method -awakeAfterUsingCoder:. * Source/NSWindow.m (-_captureMouse:, -_releaseMouse:) Add some debug log code here to simplify debugging these methods. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32460 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3cdc68a09b
commit
de705cc3db
4 changed files with 63 additions and 60 deletions
|
@ -5451,11 +5451,13 @@ current key view.<br />
|
|||
*/
|
||||
- (void) _captureMouse: sender
|
||||
{
|
||||
NSDebugLLog(@"CaptureMouse", @"Capturing the mouse");
|
||||
[GSCurrentServer() capturemouse: _windowNum];
|
||||
}
|
||||
|
||||
- (void) _releaseMouse: sender
|
||||
{
|
||||
NSDebugLLog(@"CaptureMouse", @"Releasing the mouse");
|
||||
[GSCurrentServer() releasemouse];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue