Added callback when new module is launched
This avoids having to guess the display window title format Also manually fixed the linting errors picked out by travis which do not get picked up using xb format locally
This commit is contained in:
@@ -53,7 +53,7 @@ class Window {
|
||||
return true;
|
||||
}
|
||||
|
||||
virtual bool SetIconFromBuffer(void *buffer, size_t size) = 0;
|
||||
virtual bool SetIconFromBuffer(void* buffer, size_t size) = 0;
|
||||
|
||||
virtual bool is_fullscreen() const { return false; }
|
||||
virtual void ToggleFullscreen(bool fullscreen) {}
|
||||
|
||||
Reference in New Issue
Block a user