aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/libui/unix/area.c
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-10-03 00:28:41 +0200
committerStapleButter <thetotalworm@gmail.com>2017-10-03 00:28:41 +0200
commit7f05bf24ada9442bfcd4c9b10e44790d2319d629 (patch)
treeaed1095b2ce6ca2065af790177caf421706b7baf /src/libui_sdl/libui/unix/area.c
parent04e8bbaca3113c6975e371b81da5f389066ec8b3 (diff)
libui/GTK: start catching up. atleast now it runs without exploding (mostly).
Diffstat (limited to 'src/libui_sdl/libui/unix/area.c')
-rw-r--r--src/libui_sdl/libui/unix/area.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libui_sdl/libui/unix/area.c b/src/libui_sdl/libui/unix/area.c
index d0042e6..bde907a 100644
--- a/src/libui_sdl/libui/unix/area.c
+++ b/src/libui_sdl/libui/unix/area.c
@@ -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,