* Add the rolling phasebar.
* This is a preview version. It shares most of the code with the definitive
  version, but when the real code is checked in, this will be deleted.
This commit is contained in:
jean.chalard
2009-06-22 14:45:27 +00:00
parent ed9c739963
commit 2f3259fd55
6 changed files with 135 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#ifndef _GUI_LAYERS_H_
#define _GUI_LAYERS_H_
#define MAX_GUI_LAYERS 6
#define MAX_GUI_LAYERS 7
#define DIR_DOWN 1
#define DIR_UP 2