From 41dbce908a981214d2d61e813c17d9415f938d87 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 11 Feb 2010 11:46:46 -0500 Subject: make obt translate keypress events to a valid utf8 character (note this makes openbox not compile) --- openbox/prompt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/prompt.h') diff --git a/openbox/prompt.h b/openbox/prompt.h index 3c46c309..13585740 100644 --- a/openbox/prompt.h +++ b/openbox/prompt.h @@ -22,6 +22,7 @@ #include "window.h" #include "geom.h" #include "obrender/render.h" +#include "obt/keyboard.h" #include #include @@ -47,6 +48,7 @@ struct _ObPrompt ObInternalWindow super; gint ref; + ObtIC *ic; guint event_mask; /* keep a copy of this because we re-render things that may need it -- cgit v1.2.3