summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_overlay.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-engine/video_overlay.h')
-rw-r--r--src/xine-engine/video_overlay.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/xine-engine/video_overlay.h b/src/xine-engine/video_overlay.h
index 01f3a2a3a..f2deb8a2b 100644
--- a/src/xine-engine/video_overlay.h
+++ b/src/xine-engine/video_overlay.h
@@ -2,17 +2,17 @@
* Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
- *
+ *
* xine is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
- *
+ *
* xine is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
@@ -50,7 +50,7 @@
#define OVL_PALETTE_SIZE 256
typedef struct vo_buttons_s {
- int32_t type; /* 0:Button not valid,
+ int32_t type; /* 0:Button not valid,
1:Button Valid, no auto_action,
2:Button Valid, auto_action.
*/
@@ -61,10 +61,10 @@ typedef struct vo_buttons_s {
int32_t hili_bottom;
int32_t hili_left;
int32_t hili_right;
- int32_t up;
- int32_t down;
- int32_t left;
- int32_t right;
+ int32_t up;
+ int32_t down;
+ int32_t left;
+ int32_t right;
uint32_t select_color[OVL_PALETTE_SIZE];
uint8_t select_trans[OVL_PALETTE_SIZE];
xine_event_t select_event;
@@ -74,7 +74,7 @@ typedef struct vo_buttons_s {
int32_t hili_rgb_clut; /* true if clut was converted to rgb*/
/* FIXME: Probably not needed ^^^ */
} vo_buttons_t;
-
+
typedef struct video_overlay_object_s {
int32_t handle; /* Used to match Show and Hide events. */
uint32_t object_type; /* 0=Subtitle, 1=Menu */