mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-28 21:21:44 +00:00
fix warning
This commit is contained in:
parent
bbf49f1e80
commit
2b8f93b631
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ ultramodern::gfx_callbacks_t::gfx_data_t create_gfx() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(__linux__)
|
#if defined(__linux__)
|
||||||
bool SetImageAsIcon(char* filename, SDL_Window* window)
|
bool SetImageAsIcon(const char* filename, SDL_Window* window)
|
||||||
{
|
{
|
||||||
// Read data
|
// Read data
|
||||||
int width, height, bytesPerPixel;
|
int width, height, bytesPerPixel;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue