X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=xgnokii%2Fxgnokii_xkeyb.c;h=817d5c742766f2f3c339ad30a9421ff4b14fcd19;hp=42fc7f88b77280e5ededbf625333c0ef63d0ea4c;hb=2c2798de53319dcec0435cd651e3e1922bdd6e86;hpb=f38db065f681dff9c932499a640d02bf914cd513 diff --git a/xgnokii/xgnokii_xkeyb.c b/xgnokii/xgnokii_xkeyb.c index 42fc7f8..817d5c7 100644 --- a/xgnokii/xgnokii_xkeyb.c +++ b/xgnokii/xgnokii_xkeyb.c @@ -1,5 +1,7 @@ /* + $Id$ + X G N O K I I A Linux/Unix GUI for Nokia mobile phones. @@ -8,15 +10,12 @@ Released under the terms of the GNU GPL, see file COPYING for more details. - Last modification: Sun May 14 2000 - Modified by Jan Derfinak - */ #include #include #include "misc.h" -#include "fbus-6110.h" +#include "links/fbus.h" #include "xgnokii_common.h" #include "xgnokii.h" #include "xgnokii_lowlevel.h" @@ -190,7 +189,7 @@ void GUI_ShowXkeyb (void) static gint ButtonEvent (GtkWidget *widget, GdkEventButton *event) { - unsigned char req[] = {FB61_FRAME_HEADER, 0x42, 0x01, 0x00, 0x01}; + unsigned char req[] = {FBUS_FRAME_HEADER, 0x42, 0x01, 0x00, 0x01}; register gint i = 0; if (button == NULL)