Width/height of the video mode

Declaration

struct VideoMode
									{
  // ...
  int width;
  // ...
									}