diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-19 02:59:06 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-19 02:59:06 +0100 |
commit | 9da4e2dde0da695c240cf48390217ac97cb10c1c (patch) | |
tree | 6a4dcba302c005c5b336d06ed2b3bd67523261ad /src/video_out/x11osd.h | |
parent | f80c8d4d48e7a5ef6ac6c9f2a4dfdb39f40aaff6 (diff) | |
download | xine-lib-9da4e2dde0da695c240cf48390217ac97cb10c1c.tar.gz xine-lib-9da4e2dde0da695c240cf48390217ac97cb10c1c.tar.bz2 |
Update all the code to the new headers layout.
Diffstat (limited to 'src/video_out/x11osd.h')
-rw-r--r-- | src/video_out/x11osd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/x11osd.h b/src/video_out/x11osd.h index fe0bf6208..0ffd6fba6 100644 --- a/src/video_out/x11osd.h +++ b/src/video_out/x11osd.h @@ -28,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}; |