File: CommandFlags.cxx

package info (click to toggle)
oonsoo 1.2-8
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,604 kB
  • ctags: 422
  • sloc: cpp: 24,373; makefile: 82
file content (24 lines) | stat: -rw-r--r-- 812 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
///////////////////////////////////////////////////////////////////////////////
// $Id: CommandFlags.cxx,v 1.1 1995/01/08 06:41:10 bmott Exp $
///////////////////////////////////////////////////////////////////////////////
//
// CommandFlags.cxx - Flags used between the commands
//
//
// Bradford W. Mott
// Copyright (C) 1994
// January 2,1994
//
///////////////////////////////////////////////////////////////////////////////
// $Log: CommandFlags.cxx,v $
// Revision 1.1  1995/01/08  06:41:10  bmott
// Initial revision
//
///////////////////////////////////////////////////////////////////////////////

// Flag that indicates if an about is already being displayed
int aboutCurrentlyDisplayedFlag = 0;

// Flag that indicates if a help window is already being displayed
int helpCurrentlyDisplayedFlag = 0;