diff options
author | Bastien Nocera <hadess@users.sourceforge.net> | 2003-08-09 22:44:09 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@users.sourceforge.net> | 2003-08-09 22:44:09 +0000 |
commit | f553ee0cb7c0ae822d667bf755391eb8d38bf6e0 (patch) | |
tree | a63babbdb4b90b0fc4631e337946d116e17ede5e | |
parent | 7b36c9868ffd01f14680a16193a0c1f021400a0c (diff) | |
download | xine-lib-f553ee0cb7c0ae822d667bf755391eb8d38bf6e0.tar.gz xine-lib-f553ee0cb7c0ae822d667bf755391eb8d38bf6e0.tar.bz2 |
bleh to "//"
CVS patchset: 5263
CVS date: 2003/08/09 22:44:09
-rw-r--r-- | src/video_out/video_out_directfb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/video_out_directfb.c b/src/video_out/video_out_directfb.c index f95e7f936..7f2d38291 100644 --- a/src/video_out/video_out_directfb.c +++ b/src/video_out/video_out_directfb.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_directfb.c,v 1.19 2003/08/09 22:41:19 hadess Exp $ + * $Id: video_out_directfb.c,v 1.20 2003/08/09 22:44:09 hadess Exp $ * * DirectFB based output plugin. * Rich Wareham <richwareham@users.sourceforge.net> @@ -496,7 +496,7 @@ fprintf (stderr, "done gui_data_exchange\n"); } static int directfb_redraw_needed (vo_driver_t *this_gen) { -// directfb_driver_t *this = (directfb_driver_t *) this_gen; +/* directfb_driver_t *this = (directfb_driver_t *) this_gen; */ return 0; } |