mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 18:05:45 -04:00
Qt: Add a way for the emulation thread to request fullscreen state
This commit is contained in:
@ -26,6 +26,7 @@ private Q_SLOTS:
|
||||
void reportMessage(const QString& message);
|
||||
void createDisplayWindow(QThread* worker_thread, bool use_debug_device);
|
||||
void destroyDisplayWindow();
|
||||
void setFullscreen(bool fullscreen);
|
||||
void toggleFullscreen();
|
||||
void onEmulationStarted();
|
||||
void onEmulationStopped();
|
||||
|
Reference in New Issue
Block a user