Cleanup: pass notifiers as const

This commit is contained in:
2022-08-27 12:50:43 +10:00
parent 578dff7863
commit de1a2d7988
24 changed files with 65 additions and 60 deletions

View File

@@ -294,7 +294,7 @@ void ED_screen_refresh(struct wmWindowManager *wm, struct wmWindow *win);
void ED_screen_ensure_updated(struct wmWindowManager *wm,
struct wmWindow *win,
struct bScreen *screen);
void ED_screen_do_listen(struct bContext *C, struct wmNotifier *note);
void ED_screen_do_listen(struct bContext *C, const struct wmNotifier *note);
/**
* \brief Change the active screen.
*