Timer: rename timeout -> timer

This commit is contained in:
o9000
2017-12-29 13:10:47 +01:00
parent c064ec70ed
commit e5380f8e29
10 changed files with 67 additions and 74 deletions

View File

@@ -144,7 +144,7 @@ typedef struct Panel {
gboolean is_hidden;
int hidden_width, hidden_height;
Pixmap hidden_pixmap;
Timer autohide_timeout;
Timer autohide_timer;
} Panel;
extern Panel panel_config;