diff options
Diffstat (limited to 'src/lock-helper.c')
-rw-r--r-- | src/lock-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lock-helper.c b/src/lock-helper.c index 0bdec6c..991aba2 100644 --- a/src/lock-helper.c +++ b/src/lock-helper.c @@ -279,7 +279,7 @@ activate_timeout (gpointer data) /* A fun little function to actually lock the screen. If, that's what you want, let's do it! */ void -lock_screen (DbusmenuMenuitem * mi, gpointer data) +lock_screen (DbusmenuMenuitem * mi, guint timestamp, gpointer data) { g_debug("Lock Screen"); if (!will_lock_screen()) { |