diff options
author | David <dbphillipsnz@gmail.com> | 2014-09-27 17:49:13 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-09-27 17:49:13 +1200 |
commit | ae241b32b4062a15d2fbdc1a225710b5e93c2873 (patch) | |
tree | c9e510b8277654ceb099ea25793e1375d5d546cf /tray.h | |
parent | 0151fd3792e68c54b8eb776f8196e572cb7e8457 (diff) | |
download | paramano-ae241b32b4062a15d2fbdc1a225710b5e93c2873.tar.xz |
Naughty Phillid, underscore-prefixed variable names are bad!
Diffstat (limited to 'tray.h')
-rw-r--r-- | tray.h | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -21,13 +21,13 @@ #include <stdbool.h> -void tray_set_defaults(); -void tray_init(); -void tray_set_tooltip(const char* msg); -void tray_update_icon_percent(); -void tray_show(); -void tray_hide(); -bool tray_visible(); -bool tray_embedded(); +void tray_set_defaults(); +void tray_init(); +void tray_set_tooltip(const char* msg); +void tray_update_icon_percent(); +void tray_show(); +void tray_hide(); +bool tray_visible(); +bool tray_embedded(); #endif |