From 53ea108855f0af3e8b21517e0d8aca61f141308b Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Thu, 10 Nov 2005 16:38:25 +0000 Subject: [PATCH] added custom TV_PRIMARY flag git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14830 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/graphics/matrox/DriverInterface.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/private/graphics/matrox/DriverInterface.h b/headers/private/graphics/matrox/DriverInterface.h index fbd864972f..880bddd9fb 100644 --- a/headers/private/graphics/matrox/DriverInterface.h +++ b/headers/private/graphics/matrox/DriverInterface.h @@ -52,6 +52,7 @@ typedef struct { #define TV_NTSC (2<<9) #define TV_CAPABLE (1<<11) #define TV_VIDEO (1<<12) +#define TV_PRIMARY (1<<13) #define SKD_MOVE_CURSOR 0x00000001 #define SKD_PROGRAM_CLUT 0x00000002