Skip to content

WIP:Setting the taskbar icon is not implemented in the SDL2 backend

Juhu requested to merge Juhu/sdl2_taskbar_icon into div0-stable

The SDL2 version of DarkPlaces doesn't set the taskbar icon which results in the default window icon being shown. There exists code which works with SDL version 1 though. This should be properly implemented using SDL_SetWindowIcon().

Edited by Juhu

Merge request reports