mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-31 01:11:00 +00:00
Fix selector warnings and method call type issues
This commit is contained in:
parent
cea5ffc2b6
commit
dc29b243f9
1 changed files with 2 additions and 2 deletions
|
@ -781,7 +781,7 @@ WaylandServer (SurfaceRoles)
|
||||||
break;
|
break;
|
||||||
case NSPopUpMenuWindowLevel:
|
case NSPopUpMenuWindowLevel:
|
||||||
NSDebugLog(@"[%d] NSPopUpMenuWindowLevel", win);
|
NSDebugLog(@"[%d] NSPopUpMenuWindowLevel", win);
|
||||||
[self createPopup:win];
|
[self createPopup:get_window_with_id(wlconfig, win)];
|
||||||
break;
|
break;
|
||||||
case NSScreenSaverWindowLevel:
|
case NSScreenSaverWindowLevel:
|
||||||
NSDebugLog(@"[%d] NSScreenSaverWindowLevel", win);
|
NSDebugLog(@"[%d] NSScreenSaverWindowLevel", win);
|
||||||
|
@ -1099,4 +1099,4 @@ WaylandServer (SurfaceRoles)
|
||||||
wl_display_flush(window->wlconfig->display);
|
wl_display_flush(window->wlconfig->display);
|
||||||
}
|
}
|
||||||
|
|
||||||
@end
|
@end
|
Loading…
Add table
Add a link
Reference in a new issue