Moved SDL_Direct3D9GetAdapterIndex() to SDL_windowsvideo.c since it doesn't belong in the window code.
This commit is contained in:
parent
018c78cd9f
commit
585fd26052
5 changed files with 76 additions and 83 deletions
|
@ -30,10 +30,7 @@
|
|||
#include "SDL_syswm.h"
|
||||
#include "SDL_system.h"
|
||||
#include "../SDL_sysrender.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#include "../../video/SDL_sysvideo.h"
|
||||
#include "../../video/windows/SDL_windowswindow.h"
|
||||
#include "../../video/windows/SDL_windowsvideo.h"
|
||||
|
||||
#if SDL_VIDEO_RENDER_D3D
|
||||
#define D3D_DEBUG_INFO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue