comparison gui/app.h @ 34697:ac6b38cd0d45

Rename sub window video window. It was a bad idea to name the video window "sub window" at the time the GUI was written. The term "sub window" does make sense from the programmer's point of view, but it doesn't make any sense at all from the user's point of view, because the sub window simply is the window where the video will be displayed. Moreover, since the term "sub" is generally short for "subtitles", the renaming makes the code much easier to understand.
author ib
date Sat, 03 Mar 2012 16:45:15 +0000
parents b03481253518
children ac6c531dc9d1
comparison
equal deleted inserted replaced
34696:f2c90c9dd61c 34697:ac6b38cd0d45
153 typedef struct { 153 typedef struct {
154 wItem main; 154 wItem main;
155 wsTWindow mainWindow; 155 wsTWindow mainWindow;
156 int mainDecoration; 156 int mainDecoration;
157 157
158 wItem sub; 158 wItem video;
159 wsTWindow subWindow; 159 wsTWindow videoWindow;
160 160
161 wItem playbar; 161 wItem playbar;
162 wsTWindow playbarWindow; 162 wsTWindow playbarWindow;
163 int playbarIsPresent; 163 int playbarIsPresent;
164 164