]> git.sesse.net Git - vlc/blob - modules/gui/qt4/qt4.cpp
Remove legacy parameter from add_string()
[vlc] / modules / gui / qt4 / qt4.cpp
1 /*****************************************************************************
2  * qt4.cpp : QT4 interface
3  ****************************************************************************
4  * Copyright © 2006-2009 the VideoLAN team
5  * $Id$
6  *
7  * Authors: Clément Stenac <zorglub@videolan.org>
8  *          Jean-Baptiste Kempf <jb@videolan.org>
9  *
10  * This program is free software; you can redistribute it and/or modify
11  * it under the terms of the GNU General Public License as published by
12  * the Free Software Foundation; either version 2 of the License, or
13  * (at your option) any later version.
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU General Public License for more details.
19  *
20  * You should have received a copy of the GNU General Public License
21  * along with this program; if not, write to the Free Software
22  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
23  *****************************************************************************/
24
25 #ifdef HAVE_CONFIG_H
26 # include "config.h"
27 #endif
28
29 #include <QApplication>
30 #include <QDate>
31
32 #include "qt4.hpp"
33
34 #include "input_manager.hpp"    /* THEMIM creation */
35 #include "dialogs_provider.hpp" /* THEDP creation */
36 #include "main_interface.hpp"   /* MainInterface creation */
37 #include "dialogs/help.hpp"     /* Launch Update */
38 #include "recents.hpp"          /* Recents Item destruction */
39 #include "util/qvlcapp.hpp"     /* QVLCApplication definition */
40
41 #ifdef Q_WS_X11
42  #include <vlc_xlib.h>
43 #endif
44
45 #include "../../../share/icons/32x32/vlc.xpm"
46 #include "../../../share/icons/32x32/vlc-christmas.xpm"
47 #include <vlc_plugin.h>
48
49 #ifdef WIN32 /* For static builds */
50  #include <QtPlugin>
51  Q_IMPORT_PLUGIN(qjpeg)
52  Q_IMPORT_PLUGIN(qtaccessiblewidgets)
53 #endif
54
55 /*****************************************************************************
56  * Local prototypes.
57  *****************************************************************************/
58 static int  OpenIntf     ( vlc_object_t * );
59 static int  OpenDialogs  ( vlc_object_t * );
60 static int  Open         ( vlc_object_t *, bool );
61 static void Close        ( vlc_object_t * );
62 static int  WindowOpen   ( vlc_object_t * );
63 static void WindowClose  ( vlc_object_t * );
64 static void *Thread      ( void * );
65 static void ShowDialog   ( intf_thread_t *, int, int, intf_dialog_args_t * );
66
67 /*****************************************************************************
68  * Module descriptor
69  *****************************************************************************/
70 #define ADVANCED_PREFS_TEXT N_( "Show advanced preferences over simple ones" )
71 #define ADVANCED_PREFS_LONGTEXT N_( "Show advanced preferences and not simple "\
72                                     "preferences when opening the preferences "\
73                                     "dialog." )
74
75 #define SYSTRAY_TEXT N_( "Systray icon" )
76 #define SYSTRAY_LONGTEXT N_( "Show an icon in the systray " \
77                              "allowing you to control VLC media player " \
78                              "for basic actions." )
79
80 #define MINIMIZED_TEXT N_( "Start VLC with only a systray icon" )
81 #define MINIMIZED_LONGTEXT N_( "VLC will start with just an icon in " \
82                                "your taskbar" )
83
84 #define KEEPSIZE_TEXT N_( "Resize interface to the native video size" )
85 #define KEEPSIZE_LONGTEXT N_( "You have two choices:\n" \
86             " - The interface will resize to the native video size\n" \
87             " - The video will fit to the interface size\n " \
88             "By default, interface resize to the native video size." )
89
90 #define TITLE_TEXT N_( "Show playing item name in window title" )
91 #define TITLE_LONGTEXT N_( "Show the name of the song or video in the " \
92                            "controler window title." )
93
94 #define NOTIFICATION_TEXT N_( "Show notification popup on track change" )
95 #define NOTIFICATION_LONGTEXT N_( \
96     "Show a notification popup with the artist and track name when " \
97     "the current playlist item changes, when VLC is minimized or hidden." )
98
99 #define ADVANCED_OPTIONS_TEXT N_( "Advanced options" )
100 #define ADVANCED_OPTIONS_LONGTEXT N_( "Show all the advanced options " \
101                                       "in the dialogs." )
102
103 #define OPACITY_TEXT N_( "Windows opacity between 0.1 and 1" )
104 #define OPACITY_LONGTEXT N_( "Sets the windows opacity between 0.1 and 1 " \
105                              "for main interface, playlist and extended panel."\
106                              " This option only works with Windows and " \
107                              "X11 with composite extensions." )
108
109 #define OPACITY_FS_TEXT N_( "Fullscreen controller opacity between 0.1 and 1" )
110 #define OPACITY_FS_LONGTEXT N_( "Sets the fullscreen controller opacity between 0.1 and 1 " \
111                              "for main interface, playlist and extended panel."\
112                              " This option only works with Windows and " \
113                              "X11 with composite extensions." )
114
115
116 #define ERROR_TEXT N_( "Show unimportant error and warnings dialogs" )
117
118 #define UPDATER_TEXT N_( "Activate the updates availability notification" )
119 #define UPDATER_LONGTEXT N_( "Activate the automatic notification of new " \
120                             "versions of the software. It runs once every " \
121                             "two weeks." )
122 #define UPDATER_DAYS_TEXT N_("Number of days between two update checks")
123
124 #define COMPLETEVOL_TEXT N_( "Allow the volume to be set to 400%" )
125 #define COMPLETEVOL_LONGTEXT N_( "Allow the volume to have range from 0% to " \
126                                  "400%, instead of 0% to 200%. This option " \
127                                  "can distort the audio, since it uses " \
128                                  "software amplification." )
129
130 #define SAVEVOL_TEXT N_( "Automatically save the volume on exit" )
131 #define STARTVOL_TEXT N_( "Default start volume" )
132
133 #define PRIVACY_TEXT N_( "Ask for network policy at start" )
134
135 #define RECENTPLAY_TEXT N_( "Save the recently played items in the menu" )
136
137 #define RECENTPLAY_FILTER_TEXT N_( "List of words separated by | to filter" )
138 #define RECENTPLAY_FILTER_LONGTEXT N_( "Regular expression used to filter " \
139         "the recent items played in the player" )
140
141 #define SLIDERCOL_TEXT N_( "Define the colors of the volume slider " )
142 #define SLIDERCOL_LONGTEXT N_( "Define the colors of the volume slider\n" \
143                        "By specifying the 12 numbers separated by a ';'\n" \
144             "Default is '255;255;255;20;226;20;255;176;15;235;30;20'\n" \
145             "An alternative can be '30;30;50;40;40;100;50;50;160;150;150;255' ")
146
147 #define QT_MODE_TEXT N_( "Selection of the starting mode and look " )
148 #define QT_MODE_LONGTEXT N_( "Start VLC with:\n" \
149                              " - normal mode\n"  \
150                              " - a zone always present to show information " \
151                                   "as lyrics, album arts...\n" \
152                              " - minimal mode with limited controls" )
153
154 #define QT_FULLSCREEN_TEXT N_( "Show a controller in fullscreen mode" )
155 #define QT_NATIVEOPEN_TEXT N_( "Embed the file browser in open dialog" )
156
157 #define FULLSCREEN_NUMBER_TEXT N_( "Define which screen fullscreen goes" )
158 #define FULLSCREEN_NUMBER_LONGTEXT N_( "Screennumber of fullscreen, instead of" \
159                                        "same screen where interface is" )
160
161 #define QT_AUTOLOAD_EXTENSIONS_TEXT N_( "Load extensions on startup" )
162 #define QT_AUTOLOAD_EXTENSIONS_LONGTEXT N_( "Automatically load the "\
163                                             "extensions module on startup" )
164
165 #define QT_MINIMAL_MODE_TEXT N_("Start in minimal view (without menus)" )
166
167 /**********************************************************************/
168 vlc_module_begin ()
169     set_shortname( "Qt" )
170     set_description( N_("Qt interface") )
171     set_category( CAT_INTERFACE )
172     set_subcategory( SUBCAT_INTERFACE_MAIN )
173     set_capability( "interface", 151 )
174     set_callbacks( OpenIntf, Close )
175
176     add_shortcut("qt")
177
178     add_bool( "qt-minimal-view", false, NULL, QT_MINIMAL_MODE_TEXT,
179               QT_MINIMAL_MODE_TEXT, false );
180
181     add_bool( "qt-notification", true, NULL, NOTIFICATION_TEXT,
182               NOTIFICATION_LONGTEXT, false )
183
184     add_float_with_range( "qt-opacity", 1., 0.1, 1., NULL, OPACITY_TEXT,
185                           OPACITY_LONGTEXT, false )
186     add_float_with_range( "qt-fs-opacity", 0.8, 0.1, 1., NULL, OPACITY_FS_TEXT,
187                           OPACITY_FS_LONGTEXT, false )
188
189     add_bool( "qt-system-tray", true, NULL, SYSTRAY_TEXT,
190               SYSTRAY_LONGTEXT, false)
191     add_bool( "qt-start-minimized", false, NULL, MINIMIZED_TEXT,
192               MINIMIZED_LONGTEXT, true)
193     add_bool( "qt-video-autoresize", true, NULL, KEEPSIZE_TEXT,
194               KEEPSIZE_LONGTEXT, false )
195     add_bool( "qt-name-in-title", true, NULL, TITLE_TEXT,
196               TITLE_LONGTEXT, false )
197     add_bool( "qt-fs-controller", true, NULL, QT_FULLSCREEN_TEXT,
198               QT_FULLSCREEN_TEXT, false )
199
200     add_bool( "qt-volume-complete", false, NULL, COMPLETEVOL_TEXT,
201               COMPLETEVOL_LONGTEXT, true )
202     add_bool( "qt-autosave-volume", false, NULL, SAVEVOL_TEXT,
203               SAVEVOL_TEXT, true )
204     add_integer_with_range( "qt-startvolume", QT_VOLUME_DEFAULT, 0,
205                QT_VOLUME_MAX, NULL, STARTVOL_TEXT, STARTVOL_TEXT, true )
206
207     add_bool( "qt-embedded-open", false, NULL, QT_NATIVEOPEN_TEXT,
208                QT_NATIVEOPEN_TEXT, false )
209     add_bool( "qt-recentplay", true, NULL, RECENTPLAY_TEXT,
210               RECENTPLAY_TEXT, false )
211     add_string( "qt-recentplay-filter", "",
212                 RECENTPLAY_FILTER_TEXT, RECENTPLAY_FILTER_LONGTEXT, false )
213
214     add_bool( "qt-adv-options", false, NULL, ADVANCED_OPTIONS_TEXT,
215               ADVANCED_OPTIONS_LONGTEXT, true )
216     add_bool( "qt-advanced-pref", false, NULL, ADVANCED_PREFS_TEXT,
217               ADVANCED_PREFS_LONGTEXT, false )
218     add_bool( "qt-error-dialogs", true, NULL, ERROR_TEXT,
219               ERROR_TEXT, false )
220 #ifdef UPDATE_CHECK
221     add_bool( "qt-updates-notif", true, NULL, UPDATER_TEXT,
222               UPDATER_LONGTEXT, false )
223     add_integer( "qt-updates-days", 7, NULL, UPDATER_DAYS_TEXT,
224                  UPDATER_DAYS_TEXT, false )
225 #endif
226     add_string( "qt-slider-colours", "255;255;255;20;210;20;255;199;15;245;39;29",
227                 SLIDERCOL_TEXT, SLIDERCOL_LONGTEXT, false )
228
229     add_bool( "qt-privacy-ask", true, NULL, PRIVACY_TEXT, PRIVACY_TEXT,
230               false )
231         change_private ()
232
233     add_integer( "qt-fullscreen-screennumber", -1, NULL, FULLSCREEN_NUMBER_TEXT,
234                FULLSCREEN_NUMBER_LONGTEXT, false );
235
236     add_bool( "qt-autoload-extensions", true, NULL,
237               QT_AUTOLOAD_EXTENSIONS_TEXT, QT_AUTOLOAD_EXTENSIONS_LONGTEXT,
238               false )
239
240     add_obsolete_bool( "qt-blingbling" ) /* Suppressed since 1.0.0 */
241     add_obsolete_integer( "qt-display-mode" ) /* Suppressed since 1.1.0 */
242
243 #ifdef WIN32
244     cannot_unload_broken_library()
245 #endif
246
247     add_submodule ()
248         set_description( "Dialogs provider" )
249         set_capability( "dialogs provider", 51 )
250
251         set_callbacks( OpenDialogs, Close )
252
253 #if defined(Q_WS_X11) || defined(Q_WS_WIN) || defined(Q_WS_MAC)
254     add_submodule ()
255 #if defined(Q_WS_X11)
256         set_capability( "vout window xid", 0 )
257 #elif defined(Q_WS_WIN)
258         set_capability( "vout window hwnd", 0 )
259 #elif defined(Q_WS_MAC)
260         set_capability( "vout window nsobject", 0 )
261 #endif
262         set_callbacks( WindowOpen, WindowClose )
263 #endif
264
265 vlc_module_end ()
266
267 /*****************************************/
268
269 /* Ugly, but the Qt4 interface assumes single instance anyway */
270 static vlc_sem_t ready;
271 #ifdef Q_WS_X11
272 static char *x11_display = NULL;
273 #endif
274 static struct
275 {
276     vlc_mutex_t lock;
277     bool busy;
278 } one = { VLC_STATIC_MUTEX, false };
279
280 /*****************************************************************************
281  * Module callbacks
282  *****************************************************************************/
283
284 #ifdef Q_WS_MAC
285 /* Used to abort the app.exec() on OSX after libvlc_Quit is called */
286 #include "../../../src/control/libvlc_internal.h" /* libvlc_SetExitHandler */
287 static void Abort( void *obj )
288 {
289     QVLCApp::triggerQuit();
290 }
291 #endif
292
293 static void RegisterIntf( vlc_object_t *p_this )
294 {
295     playlist_t *pl = pl_Get(p_this);
296     var_Create (pl, "qt4-iface", VLC_VAR_ADDRESS);
297     var_SetAddress (pl, "qt4-iface", p_this);
298     var_Create (pl, "window", VLC_VAR_STRING);
299     var_SetString (pl, "window", "qt4,any");
300 }
301
302 /* Open Interface */
303 static int Open( vlc_object_t *p_this, bool isDialogProvider )
304 {
305     intf_thread_t *p_intf = (intf_thread_t *)p_this;
306
307 #ifdef Q_WS_X11
308     if( !vlc_xlib_init( p_this ) )
309         return VLC_EGENERIC;
310
311     char *display = var_CreateGetNonEmptyString( p_intf, "x11-display" );
312     Display *p_display = XOpenDisplay( x11_display );
313     if( !p_display )
314     {
315         msg_Err( p_intf, "Could not connect to X server" );
316         free (display);
317         return VLC_EGENERIC;
318     }
319     XCloseDisplay( p_display );
320 #else
321     char *display = NULL;
322 #endif
323
324     bool busy;
325     vlc_mutex_lock (&one.lock);
326     busy = one.busy;
327     one.busy = true;
328     vlc_mutex_unlock (&one.lock);
329     if (busy)
330     {
331         msg_Err (p_this, "cannot start Qt4 multiple times");
332         free (display);
333         return VLC_EGENERIC;
334     }
335
336     /* Allocations of p_sys */
337     intf_sys_t *p_sys = p_intf->p_sys = new intf_sys_t;
338     p_intf->p_sys->b_isDialogProvider = isDialogProvider;
339     p_sys->p_mi = NULL;
340
341     /* */
342 #ifdef Q_WS_X11
343     x11_display = display;
344 #endif
345     vlc_sem_init (&ready, 0);
346 #ifdef Q_WS_MAC
347     /* Run mainloop on the main thread as Cocoa requires */
348     libvlc_SetExitHandler( p_intf->p_libvlc, Abort, p_intf );
349     Thread( (void *)p_intf );
350 #else
351     if( vlc_clone( &p_sys->thread, Thread, p_intf, VLC_THREAD_PRIORITY_LOW ) )
352     {
353         delete p_sys;
354         free (display);
355         vlc_mutex_lock (&one.lock);
356         one.busy = false;
357         vlc_mutex_unlock (&one.lock);
358         return VLC_ENOMEM;
359     }
360 #endif
361
362     /* */
363     vlc_sem_wait (&ready);
364     vlc_sem_destroy (&ready);
365
366 #ifndef Q_WS_MAC
367     if( !p_sys->b_isDialogProvider )
368     {
369         RegisterIntf( p_this );
370     }
371 #endif
372
373     return VLC_SUCCESS;
374 }
375
376 /* Open qt4 interface */
377 static int OpenIntf( vlc_object_t *p_this )
378 {
379     return Open( p_this, false );
380 }
381
382 /* Open Dialog Provider */
383 static int OpenDialogs( vlc_object_t *p_this )
384 {
385     return Open( p_this, true );
386 }
387
388 static void Close( vlc_object_t *p_this )
389 {
390     intf_thread_t *p_intf = (intf_thread_t *)p_this;
391     intf_sys_t *p_sys = p_intf->p_sys;
392
393     if( !p_sys->b_isDialogProvider )
394     {
395         var_Destroy (pl_Get(p_this), "window");
396         var_Destroy (pl_Get(p_this), "qt4-iface");
397     }
398
399     QVLCApp::triggerQuit();
400
401 #ifndef Q_WS_MAC
402     vlc_join (p_sys->thread, NULL);
403 #endif
404 #ifdef Q_WS_X11
405     free (x11_display);
406     x11_display = NULL;
407 #endif
408     delete p_sys;
409
410     vlc_mutex_locker locker (&one.lock);
411     one.busy = false;
412 }
413
414 static void *Thread( void *obj )
415 {
416     intf_thread_t *p_intf = (intf_thread_t *)obj;
417     MainInterface *p_mi;
418     char dummy[] = "vlc"; /* for WM_CLASS */
419     char *argv[4] = { dummy, NULL, };
420     int argc = 1;
421
422     Q_INIT_RESOURCE( vlc );
423
424     /* Start the QApplication here */
425 #ifdef Q_WS_X11
426     if( x11_display != NULL )
427     {
428         argv[argc++] = const_cast<char *>("-display");
429         argv[argc++] = x11_display;
430         argv[argc] = NULL;
431     }
432 #endif
433
434     QVLCApp app( argc, argv );
435
436     p_intf->p_sys->p_app = &app;
437
438
439     /* All the settings are in the .conf/.ini style */
440     p_intf->p_sys->mainSettings = new QSettings(
441 #ifdef WIN32
442             QSettings::IniFormat,
443 #else
444             QSettings::NativeFormat,
445 #endif
446             QSettings::UserScope, "vlc", "vlc-qt-interface" );
447
448     /* Icon setting */
449 #ifndef Q_WS_MAC
450     if( QDate::currentDate().dayOfYear() >= 352 ) /* One Week before Xmas */
451         app.setWindowIcon( QIcon(vlc_christmas_xpm) );
452     else
453         app.setWindowIcon( QIcon(vlc_xpm) );
454 #endif
455
456     /* Initialize timers and the Dialog Provider */
457     DialogsProvider::getInstance( p_intf );
458
459     /* Detect screensize for small screens like TV or EEEpc*/
460     p_intf->p_sys->i_screenHeight =
461         app.QApplication::desktop()->availableGeometry().height();
462
463 #ifdef UPDATE_CHECK
464     /* Checking for VLC updates */
465     if( var_InheritBool( p_intf, "qt-updates-notif" ) &&
466         !var_InheritBool( p_intf, "qt-privacy-ask" ) )
467     {
468         int interval = var_InheritInteger( p_intf, "qt-updates-days" );
469         if( QDate::currentDate() >
470              getSettings()->value( "updatedate" ).toDate().addDays( interval ) )
471         {
472             /* The constructor of the update Dialog will do the 1st request */
473             UpdateDialog::getInstance( p_intf );
474             getSettings()->setValue( "updatedate", QDate::currentDate() );
475         }
476     }
477 #endif
478
479     /* Create the normal interface in non-DP mode */
480     if( !p_intf->p_sys->b_isDialogProvider )
481         p_mi = new MainInterface( p_intf );
482     else
483         p_mi = NULL;
484     p_intf->p_sys->p_mi = p_mi;
485
486     /* Explain how to show a dialog :D */
487     p_intf->pf_show_dialog = ShowDialog;
488
489     /* */
490     vlc_sem_post (&ready);
491
492 #ifdef Q_WS_MAC
493     /* We took over main thread, register and start here */
494     if( !p_intf->p_sys->b_isDialogProvider )
495     {
496         RegisterIntf( (vlc_object_t *)p_intf );
497         playlist_Play( THEPL );
498     }
499 #endif
500
501     /* Last settings */
502     app.setQuitOnLastWindowClosed( false );
503
504     /* Retrieve last known path used in file browsing */
505     p_intf->p_sys->filepath =
506          getSettings()->value( "filedialog-path", QVLCUserDir( VLC_HOME_DIR ) ).toString();
507
508     /* Loads and tries to apply the preferred QStyle */
509     QString s_style = getSettings()->value( "MainWindow/QtStyle", "" ).toString();
510     if( s_style.compare("") != 0 )
511         QApplication::setStyle( s_style );
512
513     /* Launch */
514     app.exec();
515
516     /* And quit */
517     QApplication::closeAllWindows();
518
519     if (p_mi != NULL)
520     {
521 #warning BUG!
522         /* FIXME: the video window may still be registerd at this point */
523         /* See LP#448082 as an example. */
524
525         p_intf->p_sys->p_mi = NULL;
526         /* Destroy first the main interface because it is connected to some
527            slots in the MainInputManager */
528         delete p_mi;
529     }
530
531     /* Destroy all remaining windows,
532        because some are connected to some slots
533        in the MainInputManager
534        Settings must be destroyed after that.
535      */
536     DialogsProvider::killInstance();
537
538     /* Delete the recentsMRL object before the configuration */
539     RecentsMRL::killInstance();
540
541     /* Save the path */
542     getSettings()->setValue( "filedialog-path", p_intf->p_sys->filepath );
543
544     /* Delete the configuration. Application has to be deleted after that. */
545     delete p_intf->p_sys->mainSettings;
546
547     /* Destroy the MainInputManager */
548     MainInputManager::killInstance();
549
550     /* Delete the application automatically */
551     return NULL;
552 }
553
554 /*****************************************************************************
555  * Callback to show a dialog
556  *****************************************************************************/
557 static void ShowDialog( intf_thread_t *p_intf, int i_dialog_event, int i_arg,
558                         intf_dialog_args_t *p_arg )
559 {
560     VLC_UNUSED( p_intf );
561     DialogEvent *event = new DialogEvent( i_dialog_event, i_arg, p_arg );
562     QApplication::postEvent( THEDP, event );
563 }
564
565 /**
566  * Video output window provider
567  *
568  * TODO move it out of here ?
569  */
570 #include <vlc_vout_window.h>
571
572 static int WindowControl( vout_window_t *, int i_query, va_list );
573
574 static int WindowOpen( vlc_object_t *p_obj )
575 {
576     vout_window_t *p_wnd = (vout_window_t*)p_obj;
577
578     /* */
579     if( p_wnd->cfg->is_standalone )
580         return VLC_EGENERIC;
581 #if defined (Q_WS_X11)
582     if( var_InheritBool( p_obj, "video-wallpaper" ) )
583         return VLC_EGENERIC;
584 #endif
585
586     vlc_value_t val;
587     if( var_Inherit( p_obj, "qt4-iface", VLC_VAR_ADDRESS, &val ) )
588         val.p_address = NULL;
589
590     intf_thread_t *p_intf = (intf_thread_t *)val.p_address;
591
592     if( !p_intf )
593     {   /* If another interface is used, this plugin cannot work */
594         msg_Dbg( p_obj, "Qt4 interface not found" );
595         return VLC_EGENERIC;
596     }
597
598     MainInterface *p_mi = p_intf->p_sys->p_mi;
599     msg_Dbg( p_obj, "requesting video..." );
600
601     int i_x = p_wnd->cfg->x;
602     int i_y = p_wnd->cfg->y;
603     unsigned i_width = p_wnd->cfg->width;
604     unsigned i_height = p_wnd->cfg->height;
605
606 #if defined (Q_WS_X11)
607     p_wnd->handle.xid = p_mi->getVideo( &i_x, &i_y, &i_width, &i_height );
608     if( !p_wnd->handle.xid )
609         return VLC_EGENERIC;
610     p_wnd->display.x11 = x11_display;
611
612 #elif defined (Q_WS_WIN)
613     p_wnd->handle.hwnd = p_mi->getVideo( &i_x, &i_y, &i_width, &i_height );
614     if( !p_wnd->handle.hwnd )
615         return VLC_EGENERIC;
616
617 #elif defined (Q_WS_MAC)
618     p_wnd->handle.nsobject = (void *)p_mi->getVideo( &i_x, &i_y, &i_width, &i_height );
619     if( !p_wnd->handle.nsobject )
620         return VLC_EGENERIC;
621 #else
622 # error FIXME
623 #endif
624
625     p_wnd->control = WindowControl;
626     p_wnd->sys = (vout_window_sys_t*)p_mi;
627     return VLC_SUCCESS;
628 }
629
630 static int WindowControl( vout_window_t *p_wnd, int i_query, va_list args )
631 {
632     MainInterface *p_mi = (MainInterface *)p_wnd->sys;
633     return p_mi->controlVideo( i_query, args );
634 }
635
636 static void WindowClose( vlc_object_t *p_obj )
637 {
638     vout_window_t *p_wnd = (vout_window_t*)p_obj;
639     MainInterface *p_mi = (MainInterface *)p_wnd->sys;
640
641     msg_Dbg( p_obj, "releasing video..." );
642     p_mi->releaseVideo();
643 }
644