diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-02-25 01:23:41 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-02-25 01:23:41 +0000 |
commit | f8725da8cdb8f536f9bc6ee7e6e5ca2a1e9ee68c (patch) | |
tree | 0edbe17003d735943dae0472216dab698e39bebe /src/video_out/video_out_xshm.c | |
parent | 8a295be88848187e9b30638990d194d3717e2554 (diff) | |
download | xine-lib-f8725da8cdb8f536f9bc6ee7e6e5ca2a1e9ee68c.tar.gz xine-lib-f8725da8cdb8f536f9bc6ee7e6e5ca2a1e9ee68c.tar.bz2 |
*phew* Xv video output driver works now, zoom feature has been stripped down a little. Code is cleaned up, identifiers should be consistent with xshm driver (as far as possible)
CVS patchset: 1516
CVS date: 2002/02/25 01:23:41
Diffstat (limited to 'src/video_out/video_out_xshm.c')
-rw-r--r-- | src/video_out/video_out_xshm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/video_out_xshm.c b/src/video_out/video_out_xshm.c index 53179bddc..3f220ce3e 100644 --- a/src/video_out/video_out_xshm.c +++ b/src/video_out/video_out_xshm.c @@ -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: video_out_xshm.c,v 1.63 2002/02/24 15:14:39 guenter Exp $ + * $Id: video_out_xshm.c,v 1.64 2002/02/25 01:23:41 guenter Exp $ * * video_out_xshm.c, X11 shared memory extension interface for xine * @@ -92,7 +92,7 @@ typedef struct xshm_frame_s { int gui_width, gui_height; /* - * "rgb" size of this frame: + * "output" size of this frame: * this is finally the ideal size "fitted" into the * gui size while maintaining the aspect ratio */ |