summaryrefslogtreecommitdiffstats
path: root/malloryclient/enums.h
blob: 36fe1e5bf44a62c4ff1b1893b6bf39264f016734 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//
// Author: Remi Villatel <maxilys@tele2.fr>, (C) 2005
//
// Copyright: See COPYING file that comes with this distribution
//
//

#ifndef ENUMS_H
#define ENUMS_H

enum ButtonType
{
	ButtonHelp = 0,
	ButtonMax,
	ButtonMin,
	ButtonClose,
	ButtonMenu,
	ButtonOnAllDesktops,
	ButtonAbove,
	ButtonBelow,
	ButtonTypeCount
};

#endif