filename | src/hotkeys.c |
changeset | 1298:d0eb2307b847 |
prev | 1072:d82e04e6d497 |
author | nkeynes |
date | Fri May 29 18:47:05 2015 +1000 (7 years ago) |
permissions | -rw-r--r-- |
last change | Fix test case |
file | annotate | diff | log | raw |
1.1 --- a/src/hotkeys.c Tue Jul 21 20:33:21 2009 +10001.2 +++ b/src/hotkeys.c Fri May 29 18:47:05 2015 +10001.3 @@ -28,8 +28,6 @@1.4 #include "config.h"1.6 static void hotkey_key_callback( void *data, uint32_t value, uint32_t pressure, gboolean isKeyDown );1.7 -static gboolean hotkey_config_changed( void *data, lxdream_config_group_t group, unsigned key,1.8 - const gchar *oldval, const gchar *newval );1.10 #define TAG_RESUME 01.11 #define TAG_STOP 1
.