comparison gui/cfg.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 f744357e94bd
children baf53d200292
comparison
equal deleted inserted replaced
34696:f2c90c9dd61c 34697:ac6b38cd0d45
78 extern int gtkShowVideoWindow; 78 extern int gtkShowVideoWindow;
79 79
80 extern int gui_save_pos; 80 extern int gui_save_pos;
81 extern int gui_main_pos_x; 81 extern int gui_main_pos_x;
82 extern int gui_main_pos_y; 82 extern int gui_main_pos_y;
83 extern int gui_sub_pos_x; 83 extern int gui_video_pos_x;
84 extern int gui_sub_pos_y; 84 extern int gui_video_pos_y;
85 85
86 extern int guiWinID; 86 extern int guiWinID;
87 87
88 extern char *skinName; 88 extern char *skinName;
89 89