Sets size of window

Prototypes

void setSize(
  WindowSize w
);
void setSize(
  int width,
  int height
);