Mercurial > mplayer.hg
comparison libvo/vo_xmga.c @ 7472:c4434bdf6e51
tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
author | arpi |
---|---|
date | Sun, 22 Sep 2002 02:33:28 +0000 |
parents | eca7dbad0166 |
children | e4e70b0e1786 |
comparison
equal
deleted
inserted
replaced
7471:5e56ce70b551 | 7472:c4434bdf6e51 |
---|---|
73 "" | 73 "" |
74 }; | 74 }; |
75 | 75 |
76 static XGCValues wGCV; | 76 static XGCValues wGCV; |
77 | 77 |
78 static XImage * myximage; | 78 static uint32_t mDepth; |
79 | |
80 static uint32_t mDepth, bpp, mode; | |
81 static XWindowAttributes attribs; | 79 static XWindowAttributes attribs; |
82 static uint32_t fgColor; | 80 static uint32_t fgColor; |
83 | 81 |
84 static uint32_t mvHeight; | 82 static uint32_t mvHeight; |
85 static uint32_t mvWidth; | 83 static uint32_t mvWidth; |