summaryrefslogtreecommitdiff
path: root/plugins/Watrack/popup/pop_vars.inc
blob: 63048e7555a62f5d622e3532909c4ea5cd5cb894 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{popup variables}
const
  ActionList:PPOPUPACTION=nil;
var
  PopTitle,
  PopText:pWideChar;
  PopRequest,
  PopupFile:dword;
  PopupColor:dword;
  PopupFore,
  PopupBack:cardinal;
  PopupPause:cardinal;
  PopupDelay:integer;
  PopupAction:cardinal;
  PopupButtons:cardinal;

  DisablePlugin:integer;
  IsPopup2Present:boolean;
  IsFreeImagePresent:boolean;
var
  hMenuInfo   :THANDLE;
  PopupPresent:Bool;
  ttbInfo     :THANDLE;