diff options
| author | Mike Lampard <mlampard@users.sourceforge.net> | 2001-11-29 07:17:07 +0000 |
|---|---|---|
| committer | Mike Lampard <mlampard@users.sourceforge.net> | 2001-11-29 07:17:07 +0000 |
| commit | 97bbfb0c9e3516c404a9a654948eea92b26edad6 (patch) | |
| tree | a7565f9f83d7856e3524deb94781e506bd222fda /src/dxr3/dxr3_video_out.h | |
| parent | ca0e7de3f3cbbb3581193a5651019b4345f908d0 (diff) | |
| download | xine-lib-97bbfb0c9e3516c404a9a654948eea92b26edad6.tar.gz xine-lib-97bbfb0c9e3516c404a9a654948eea92b26edad6.tar.bz2 | |
Add Edward Salley's fullscreen rectangle mode for overlay users
CVS patchset: 1133
CVS date: 2001/11/29 07:17:07
Diffstat (limited to 'src/dxr3/dxr3_video_out.h')
| -rw-r--r-- | src/dxr3/dxr3_video_out.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dxr3/dxr3_video_out.h b/src/dxr3/dxr3_video_out.h index 12b545e3b..9a956e2f3 100644 --- a/src/dxr3/dxr3_video_out.h +++ b/src/dxr3/dxr3_video_out.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dxr3_video_out.h,v 1.7 2001/11/25 20:21:25 hrm Exp $ + * $Id: dxr3_video_out.h,v 1.8 2001/11/29 07:17:07 mlampard Exp $ * */ @@ -106,6 +106,7 @@ typedef struct dxr3_driver_s { int width, height; int overlay_enabled; int tv_switchable; /* can switch from overlay<->tvout */ + int fullscreen_rectangle; float desired_ratio; int zoom_enabled; /* zoomed 16:9 mode */ |
