Mercurial > mplayer.hg
changeset 33944:78ba6c8c46a5
Cosmetic: Move guiInfo member VideoWindow.
Put it on top of the other Video members.
author | ib |
---|---|
date | Thu, 01 Sep 2011 17:01:10 +0000 |
parents | de065d751a8c |
children | 4a2c079a1db5 |
files | gui/interface.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/interface.h Thu Sep 01 16:55:14 2011 +0000 +++ b/gui/interface.h Thu Sep 01 17:01:10 2011 +0000 @@ -91,9 +91,9 @@ sh_video_t *sh_video; af_stream_t *afilter; + int VideoWindow; int VideoWidth; int VideoHeight; - int VideoWindow; int StreamType; // public, read access by MPlayer int AudioChannels;