freebsd-ports/deskutils/tpb/files/patch-src-tpb.h
Dmitry Marakasov eab8351569 - Fix LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Add missing depends
- Regenerate patches
- Install example as EXAMPLES, not docs
2016-11-01 09:04:19 +00:00

10 lines
395 B
C

--- src/tpb.h.orig 2005-07-18 14:15:59 UTC
+++ src/tpb.h
@@ -70,6 +70,7 @@ typedef struct {
unsigned int ac_state; /* ac connected */
unsigned int powermgt_ac; /* power management mode ac */
unsigned int powermgt_battery; /* power management mode battery */
+ unsigned int bluetooth_toggle; /* bluetooth toggle */
} t_thinkpad_state;
#endif /* __TPB_H__*/