diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-01-09 16:29:34 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-01-09 16:29:34 +0000 |
| commit | ba02fb4aced5868d047a5bffbd2ed87583daee4d (patch) | |
| tree | bcfea66b1f7fd2212539a99abc074de1424ac9a0 /lib/base | |
| parent | 2494509cd031727d92c6556089c99711d16d8af9 (diff) | |
| download | enigma2-ba02fb4aced5868d047a5bffbd2ed87583daee4d.tar.gz enigma2-ba02fb4aced5868d047a5bffbd2ed87583daee4d.zip | |
- add more python stuff
- fix some gui/gdi
- add eslider
- improve windowstyle
Diffstat (limited to 'lib/base')
| -rw-r--r-- | lib/base/init_num.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base/init_num.h b/lib/base/init_num.h index a9da0624..a9431c6b 100644 --- a/lib/base/init_num.h +++ b/lib/base/init_num.h @@ -8,6 +8,7 @@ namespace eAutoInitNumbers { configuration=0, lowlevel=configuration+increment, + network=lowlevel, graphic=lowlevel+increment, skin=graphic+increment, rc=skin+increment, |
