(D3D) Add video_viewport

This commit is contained in:
twinaphex 2015-11-10 00:30:00 +01:00
parent c5b5d3c186
commit 54b2d46855

View File

@ -54,6 +54,7 @@
#include "../font_driver.h"
#include "../font_renderer_driver.h"
#include "../video_context_driver.h"
#include "../video_viewport.h"
#include "d3d_wrapper.h"
#include "render_chain_driver.h"
@ -99,6 +100,7 @@ typedef struct d3d_video
bool should_resize;
bool quitting;
struct video_viewport vp;
#ifdef HAVE_WINDOW
WNDCLASSEX windowClass;
#endif