summaryrefslogtreecommitdiff
blob: 18a109d2730fcf0bfd2ea2e15babc0a89d879d1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- pbbuttonsd-0.6.1.orig/libpbbipc/pbbtags.h	2004-06-04 03:56:05.872155984 -0400
+++ pbbuttonsd-0.6.1/libpbbipc/pbbtags.h	2004-06-04 03:58:14.793556952 -0400
@@ -97,6 +97,14 @@
 #define TAG_BLANKFRAMEBUFFER	MOD_DISPLAY | 9
 #define TAG_DIMFULLYDARK	MOD_DISPLAY | 11
 
+/* Compatibility tags, needed by kmilo and possibly other programs */
+#define TAG_BRIGHTNESSUPKEY    MOD_DISPLAY | 1
+#define TAG_BRIGHTNESSUPMOD    MOD_DISPLAY | 2
+#define TAG_BRIGHTNESSDOWNKEY  MOD_DISPLAY | 3
+#define TAG_BRIGHTNESSDOWNMOD  MOD_DISPLAY | 4
+#define TAG_BRIGHTNESSMAX      MOD_DISPLAY | 7
+#define TAG_FADINGSPEED        MOD_DISPLAY | 10
+
 #define MOD_MIXER		5 << 16
 #define TAG_MIXERDEVICE		MOD_MIXER | FLG_STRING | 1
 #define TAG_VOLUMEUPKEY		MOD_MIXER | 2