Browse Source

oops, fix typo

rdb 11 years ago
parent
commit
88f1cc5347
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/x11display/x11GraphicsWindow.cxx

+ 1 - 1
panda/src/x11display/x11GraphicsWindow.cxx

@@ -2028,7 +2028,7 @@ get_keyboard_map() const {
       continue;
       continue;
     }
     }
 
 
-    map->map_button(raw_button, button, name);
+    map->map_button(raw_button, button);
   }
   }
 
 
   return map;
   return map;