diff options
Diffstat (limited to 'src/video_out/video_out_pgx32.c')
-rw-r--r-- | src/video_out/video_out_pgx32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/video_out_pgx32.c b/src/video_out/video_out_pgx32.c index 07144b6f9..6e9a581b9 100644 --- a/src/video_out/video_out_pgx32.c +++ b/src/video_out/video_out_pgx32.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_pgx32.c,v 1.15 2006/05/03 19:46:09 dsalt Exp $ + * $Id: video_out_pgx32.c,v 1.16 2006/06/02 22:18:58 dsalt Exp $ * * video_out_pgx32.c, Sun PGX32 output plugin for xine * @@ -793,7 +793,7 @@ static void pgx32_dispose_class(video_driver_class_t *class_gen) free(class); } -static vo_info_t vo_info_pgx32 = { +static const vo_info_t vo_info_pgx32 = { 10, XINE_VISUAL_TYPE_X11 }; |