summaryrefslogtreecommitdiffstats
path: root/Gui/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/interface.h')
-rw-r--r--Gui/interface.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gui/interface.h b/Gui/interface.h
index b6e2a2bcf8..845c40e3a9 100644
--- a/Gui/interface.h
+++ b/Gui/interface.h
@@ -57,8 +57,10 @@ typedef struct
guiResizeStruct resize;
guiVideoStruct videodata;
guiUnknowErrorStruct error;
+
+ void * sh_video;
- int DiskChanged;
+ int DiskChanged;
#ifdef USE_DVDREAD
guiDVDStruct DVD;