Added the platform specific messagebox function to the video function list
This commit is contained in:
parent
72d2084077
commit
7501cc4354
4 changed files with 13 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
#include "SDL_windowsvideo.h"
|
||||
#include "SDL_windowsframebuffer.h"
|
||||
#include "SDL_windowsshape.h"
|
||||
#include "SDL_windowsmessagebox.h"
|
||||
|
||||
/* Initialization/Query functions */
|
||||
static int WIN_VideoInit(_THIS);
|
||||
|
@ -145,6 +146,8 @@ WIN_CreateDevice(int devindex)
|
|||
device->GetClipboardText = WIN_GetClipboardText;
|
||||
device->HasClipboardText = WIN_HasClipboardText;
|
||||
|
||||
device->ShowMessageBox = WIN_ShowMessageBox;
|
||||
|
||||
device->free = WIN_DeleteDevice;
|
||||
|
||||
return device;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue