mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-30 00:40:55 +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;
|
||||
case NSPopUpMenuWindowLevel:
|
||||
NSDebugLog(@"[%d] NSPopUpMenuWindowLevel", win);
|
||||
[self createPopup:win];
|
||||
[self createPopup:get_window_with_id(wlconfig, win)];
|
||||
break;
|
||||
case NSScreenSaverWindowLevel:
|
||||
NSDebugLog(@"[%d] NSScreenSaverWindowLevel", win);
|
||||
|
@ -1099,4 +1099,4 @@ WaylandServer (SurfaceRoles)
|
|||
wl_display_flush(window->wlconfig->display);
|
||||
}
|
||||
|
||||
@end
|
||||
@end
|
Loading…
Add table
Add a link
Reference in a new issue