Message ID | 20250325065031.3263718-1-mjt@tls.msk.ru (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Patch Round-up for stable 7.2.17, freeze on 2025-03-24 (frozen) | expand |
diff --git a/ui/cocoa.m b/ui/cocoa.m index c41689e951..54acf14794 100644 --- a/ui/cocoa.m +++ b/ui/cocoa.m @@ -549,6 +549,9 @@ - (void) setContentDimensions } } +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" + - (void) updateUIInfoLocked { /* Must be called with the iothread lock, i.e. via updateUIInfo */ @@ -594,6 +597,8 @@ - (void) updateUIInfoLocked dpy_set_ui_info(dcl.con, &info, TRUE); } +#pragma clang diagnostic pop + - (void) updateUIInfo { if (!allow_events) {