Fix function prototype.
authorChristopher Michael <cpmichael1@comcast.net>
Fri, 19 Feb 2010 16:09:56 +0000 (16:09 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Fri, 19 Feb 2010 16:09:56 +0000 (16:09 +0000)
SVN revision: 46313

src/modules/illume2/e_mod_kbd.h

index ebcd9df..252f015 100644 (file)
@@ -14,6 +14,6 @@ void e_mod_kbd_show(void);
 void e_mod_kbd_hide(void);
 void e_mod_kbd_toggle(void);
 void e_mod_kbd_fullscreen_set(E_Zone *zone, int fullscreen);
-void e_mod_kbd_layout_set(E_Illume_Keyboard *kbd, E_Illume_Keyboard_Layout layout);
+void e_mod_kbd_layout_set(E_Illume_Keyboard_Layout layout);
 
 #endif