Signed-off-by: Eric Nelson (Boundary Devices) <[EMAIL PROTECTED]>
---
src/df_input.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/df_input.c b/src/df_input.c
index 26ce6db..6bbd51d 100644
--- a/src/df_input.c
+++ b/src/df_input.c
@@ -81,7 +81,7 @@ static const DirectFBKeyIdentifierNames(idnames);
static int
compare_symbol( const void *a, const void *b ) {
DFBInputDeviceKeySymbol *symbol = (DFBInputDeviceKeySymbol *) a;
- struct DirectFBKeySymbolName *symname = (struct DirectFBKeySymbolName *)
b;
+ struct DFBKeySymbolName *symname = (struct DFBKeySymbolName *) b;
return *symbol - symname->symbol;
}
@@ -89,7 +89,7 @@ compare_symbol( const void *a, const void *b ) {
static int
compare_id( const void *a, const void *b ) {
DFBInputDeviceKeyIdentifier *id = (DFBInputDeviceKeyIdentifier
*) a;
- struct DirectFBKeyIdentifierName *idname = (struct
DirectFBKeyIdentifierName *) b;
+ struct DFBKeyIdentifierName *idname = (struct DFBKeyIdentifierName *) b;
return *id - idname->identifier;
}
@@ -202,8 +202,8 @@ show_key_event( DFBInputEvent *evt )
static int count = 0;
char buf[16];
- struct DirectFBKeySymbolName *symbol_name;
- struct DirectFBKeyIdentifierName *id_name;
+ struct DFBKeySymbolName *symbol_name;
+ struct DFBKeyIdentifierName *id_name;
if (DFB_KEY_TYPE( evt->key_symbol ) == DIKT_UNICODE) {
primary->SetFont( primary, font_large );
--
1.5.4
_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev