]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/x11/x11_popup.cpp
Convert the new libvlc API (so, the one that is in src/control) not to use the old...
[vlc] / modules / gui / skins2 / x11 / x11_popup.cpp
index d9f65b7aa305c4cba1b1e5e0612d85ee9352e8c1..56ec0f03fd23d3bae49cdf4498360a3bb7bdc60d 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2003 the VideoLAN team
  * $Id$
  *
- * Authors: Olivier Teulière <ipkiss@via.ecp.fr>
+ * Authors: Olivier Teulie <ipkiss@via.ecp.fr>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -66,6 +66,7 @@ void X11Popup::addSeparator( int pos )
 int X11Popup::getPosFromId( int id ) const
 {
     // TODO
+    return 0;
 }