Moved gl context management into the window manager. Due to some platforms not separating the concept of window and render context (e.g. SDL) trying to do so in Doomsday is not really possible. The decision to do so is now made by the window manager implementation.
Commonized dgl_main.c, the same code is used for all platforms.
Moved gl context management into the window manager. Due to some platforms not separating the concept of window and render context (e.g. SDL) trying to do so in Doomsday is not really possible. The decision to do so is now made by the window manager implementation.
Commonized dgl_main.c, the same code is used for all platforms.