Update d3d.h

This commit is contained in:
Twinaphex 2018-01-25 12:26:12 +01:00 committed by GitHub
parent 4c390944bb
commit 1163c1aef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,10 +106,8 @@ typedef struct d3d_video
void *decl;
}menu_display;
#ifdef HAVE_OVERLAY
size_t overlays_size;
overlay_t *overlays;
#endif
} d3d_video_t;
void d3d_make_d3dpp(void *data, const video_info_t *info, void *_d3dpp);