hedgewars/uVariables.pas
changeset 15299 3bf780084c86
parent 15267 22f2fd8a3d2c
child 15308 01bd0a087163
equal deleted inserted replaced
15298:976b3ed9b1fd 15299:3bf780084c86
    31     cMinScreenHeight   : LongInt;
    31     cMinScreenHeight   : LongInt;
    32     cFullscreenWidth   : LongInt;
    32     cFullscreenWidth   : LongInt;
    33     cFullscreenHeight  : LongInt;
    33     cFullscreenHeight  : LongInt;
    34     cWindowedWidth     : LongInt;
    34     cWindowedWidth     : LongInt;
    35     cWindowedHeight    : LongInt;
    35     cWindowedHeight    : LongInt;
       
    36     cWindowedMaximized : boolean;
    36     cScreenWidth       : LongInt;
    37     cScreenWidth       : LongInt;
    37     cScreenHeight      : LongInt;
    38     cScreenHeight      : LongInt;
    38     cNewScreenWidth    : LongInt;
    39     cNewScreenWidth    : LongInt;
    39     cNewScreenHeight   : LongInt;
    40     cNewScreenHeight   : LongInt;
    40     cScreenResizeDelay : LongWord;
    41     cScreenResizeDelay : LongWord;
  2662 
  2663 
  2663     cFullscreenWidth  := 0;
  2664     cFullscreenWidth  := 0;
  2664     cFullscreenHeight := 0;
  2665     cFullscreenHeight := 0;
  2665     cWindowedWidth    := 1024;
  2666     cWindowedWidth    := 1024;
  2666     cWindowedHeight   := 768;
  2667     cWindowedHeight   := 768;
       
  2668     cWindowedMaximized:= false;
  2667     cScreenWidth      := cWindowedWidth;
  2669     cScreenWidth      := cWindowedWidth;
  2668     cScreenHeight     := cWindowedHeight;
  2670     cScreenHeight     := cWindowedHeight;
  2669 
  2671 
  2670     cShowFPS        := false;
  2672     cShowFPS        := false;
  2671     cAltDamage      := false;
  2673     cAltDamage      := false;