summaryrefslogtreecommitdiff
path: root/src/video_out/x11osd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_out/x11osd.h')
-rw-r--r--src/video_out/x11osd.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/video_out/x11osd.h b/src/video_out/x11osd.h
index 3fae9968d..0ffd6fba6 100644
--- a/src/video_out/x11osd.h
+++ b/src/video_out/x11osd.h
@@ -15,9 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
- *
- * $Id: x11osd.h,v 1.4 2004/04/10 15:31:10 miguelfreitas Exp $
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
* x11osd.h, use X11 Nonrectangular Window Shape Extension to draw xine OSD
*
@@ -30,7 +28,7 @@
#ifndef X11OSD_H
#define X11OSD_H
-#include "vo_scale.h"
+#include <xine/vo_scale.h>
typedef struct x11osd x11osd;
enum x11osd_mode {X11OSD_SHAPED, X11OSD_COLORKEY};