diff options
Diffstat (limited to 'src/video_out/xcbosd.h')
-rw-r--r-- | src/video_out/xcbosd.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/video_out/xcbosd.h b/src/video_out/xcbosd.h index f948c9baf..1d4fd1c3a 100644 --- a/src/video_out/xcbosd.h +++ b/src/video_out/xcbosd.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: xcbosd.h,v 1.1 2007/02/15 15:19:33 dgp85 Exp $ + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA * * xcbosd.h, use X11 Nonrectangular Window Shape Extension to draw xine OSD * @@ -31,7 +29,7 @@ #ifndef XCBOSD_H #define XCBOSD_H -#include "vo_scale.h" +#include <xine/vo_scale.h> typedef struct xcbosd xcbosd; enum xcbosd_mode {XCBOSD_SHAPED, XCBOSD_COLORKEY}; |