]> 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 726bc6feafac2329bb8ee98ad70d9459e92d6552..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.4 2003/04/28 12:00:13 asmax 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>
@@ -32,4 +32,8 @@
     #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