Cleanup and reindent of GtkFB.

Added some serial mouse support.
Updates to latest Gtk+/pango
This commit is contained in:
Alexander Larsson
2000-11-13 17:40:23 +00:00
parent b664be5ffb
commit be698675c7
28 changed files with 2539 additions and 2344 deletions

View File

@ -23,8 +23,8 @@
#include <glib.h>
#include <pango/pango.h>
#include <pango/pango-utils.h>
#include "gdkprivate-fb.h"
#include <fribidi/fribidi.h>
PangoGlyph
pango_fb_get_unknown_glyph(PangoFont *font)
@ -325,7 +325,7 @@ basic_engine_shape (PangoFont *font,
for (i=0; i < n_chars; i++)
{
gunichar wc;
FriBidiChar mirrored_ch;
gunichar mirrored_ch;
PangoGlyph index;
char buf[6];
const char *input;
@ -334,7 +334,7 @@ basic_engine_shape (PangoFont *font,
input = p;
if (analysis->level % 2)
if (fribidi_get_mirror_char (wc, &mirrored_ch))
if (pango_get_mirror_char (wc, &mirrored_ch))
{
wc = mirrored_ch;