X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mainwindow.h;h=f768aaa31445ecb9bf92a54f314586d892b78876;hb=6a341a95305e6ed4187d858e80f03ed476919dff;hp=8faa81299b0a542f8aafc7a0813886d81eef8bee;hpb=6b5c8411a2776e77d1bb7d66ee7ec255428f2a13;p=nageru diff --git a/mainwindow.h b/mainwindow.h index 8faa812..f768aaa 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -27,6 +27,10 @@ public: void resizeEvent(QResizeEvent *event) override; void mixer_created(Mixer *mixer); + // Used to release FBOs on the global ResourcePool. Call after the + // mixer has been shut down but not destroyed yet. + void mixer_shutting_down(); + public slots: void transition_clicked(int transition_number); void channel_clicked(int channel_number);