changeset 6417:44bca09c1edd

100l accidently removed a line too much (Shmem_Flag)
author atmos4
date Thu, 13 Jun 2002 15:08:37 +0000
parents 2e323cde8ad1
children 7cb505e4c74d
files libvo/vo_xv.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_xv.c	Thu Jun 13 14:23:03 2002 +0000
+++ b/libvo/vo_xv.c	Thu Jun 13 15:08:37 2002 +0000
@@ -84,6 +84,7 @@
 int XShmGetEventBase(Display*);
 
 static XShmSegmentInfo Shminfo[NUM_BUFFERS];
+static int Shmem_Flag;
 #endif
 
 //static int Quiet_Flag; <-- What is that for ? Albeu.