aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Keys.hh')
-rw-r--r--src/Keys.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Keys.hh b/src/Keys.hh
index 2d022c6..2fca460 100644
--- a/src/Keys.hh
+++ b/src/Keys.hh
@@ -98,6 +98,9 @@ private:
98 void ungrabButtons(); 98 void ungrabButtons();
99 void grabWindow(Window win); 99 void grabWindow(Window win);
100 100
101 // Load default keybindings for when there are errors loading the initial one
102 void loadDefaults();
103
101 std::string m_filename; 104 std::string m_filename;
102 105
103 class t_key; 106 class t_key;