SDL_CreateWindowFrom vs SDL_DestroyWindow X11 error SDL2

前端 未结 0 1088
半阙折子戏
半阙折子戏 2020-12-13 16:46

I get a window ID from the command line, and create an SDL window with it:

Window window_id = from_cli();    // e.g. 0x34000c8
w = SDL_CreateWindowFrom((void*         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题