libui/GTK: start catching up. atleast now it runs without exploding (mostly).

This commit is contained in:
StapleButter
2017-10-03 00:28:41 +02:00
parent 04e8bbaca3
commit 7f05bf24ad
5 changed files with 70 additions and 2 deletions

View File

@ -439,6 +439,11 @@ static gboolean areaWidget_key_release_event(GtkWidget *w, GdkEventKey *e)
return GDK_EVENT_PROPAGATE;
}
char* uiKeyName(int scancode)
{
return "TODO";
}
enum {
pArea = 1,
nProps,