diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-04-05 16:08:58 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-04-05 16:08:58 +0200 |
commit | 5ade5c4e43da819138cc9d8412e40c05c34af950 (patch) | |
tree | 347162e1b1a315000857406027f602fdcc38d439 /src/device.h | |
parent | 56a3011c5e03f8217de3bddf6b1b11785a736665 (diff) | |
parent | dbc0a8debda1075a91d0d69ef2d988e711f86b53 (diff) | |
download | ayatana-indicator-power-5ade5c4e43da819138cc9d8412e40c05c34af950.tar.gz ayatana-indicator-power-5ade5c4e43da819138cc9d8412e40c05c34af950.tar.bz2 ayatana-indicator-power-5ade5c4e43da819138cc9d8412e40c05c34af950.zip |
Merge branch 'flexiondotorg-gaming-input'
Attributes GH PR #61: https://github.com/AyatanaIndicators/ayatana-indicator-power/pull/61
Diffstat (limited to 'src/device.h')
-rw-r--r-- | src/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device.h b/src/device.h index fad959a..1186cee 100644 --- a/src/device.h +++ b/src/device.h @@ -60,6 +60,7 @@ typedef enum UP_DEVICE_KIND_MEDIA_PLAYER, UP_DEVICE_KIND_TABLET, UP_DEVICE_KIND_COMPUTER, + UP_DEVICE_KIND_GAMING_INPUT, UP_DEVICE_KIND_LAST } UpDeviceKind; |