Set the window icon from the module resource pool
Makes use of the stb_image library Conversion to HICON seems to have broken somewhere
This commit is contained in:
@@ -53,6 +53,8 @@ class Window {
|
||||
return true;
|
||||
}
|
||||
|
||||
virtual bool set_icon_from_buffer(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