1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-19 09:57:34 +00:00

100l accidently removed a line too much (Shmem_Flag)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6418 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2002-06-13 15:08:37 +00:00
parent ef8360191b
commit 7c9edd764b

View File

@ -84,6 +84,7 @@ static XvImage* xvimage[NUM_BUFFERS];
int XShmGetEventBase(Display*);
static XShmSegmentInfo Shminfo[NUM_BUFFERS];
static int Shmem_Flag;
#endif
//static int Quiet_Flag; <-- What is that for ? Albeu.