Use new typedef.

This commit is contained in:
Michael Jumper 2012-03-20 15:36:19 -07:00
parent a366c189c5
commit 705c8c037b

View File

@ -40,7 +40,7 @@
#include "rdp_keymap.h"
const guac_rdp_scancode_map guac_rdp_keysym_scancode_en_us[256][256] = {
const guac_rdp_keysym_scancode_map guac_rdp_keysym_scancode_en_us = {
{ /* 0x00?? */
{ .scancode = 0x00, .flags = 0x00 }, /* 0x0000 */
{ .scancode = 0x00, .flags = 0x00 }, /* 0x0001 */