]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins/os_window.h
* all: show/hide the interface with middle-click on the vout
[vlc] / modules / gui / skins / os_window.h
index c75d8130a32e40deb43f0ec1e7d326db3e45f1d9..2d19b7ca8825663b51223739be34ce749bee19c5 100644 (file)
@@ -2,7 +2,7 @@
  * os_window.h: Wrapper for the OSWindow class
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: os_window.h,v 1.1 2003/03/18 02:21:47 ipkiss Exp $
+ * $Id: os_window.h,v 1.5 2003/04/28 14:12:32 asmax Exp $
  *
  * Authors: Olivier Teulière <ipkiss@via.ecp.fr>
  *          Emmanuel Puig    <karibu@via.ecp.fr>
 
 
 #if defined( WIN32 )
-    #include "win32_dragdrop.h"
-    #include "win32_window.h"
+    #include "win32/win32_dragdrop.h"
+    #include "win32/win32_window.h"
     #define OSWindow Win32Window
+#elif defined GTK2_SKINS
+    #include "gtk2/gtk2_dragdrop.h"
+    #include "gtk2/gtk2_window.h"
+    #define OSWindow GTK2Window
+#elif defined X11_SKINS
+    #include "x11/x11_dragdrop.h"
+    #include "x11/x11_window.h"
+    #define OSWindow X11Window
 #endif