Cleanup and reindent of GtkFB.
Added some serial mouse support. Updates to latest Gtk+/pango
This commit is contained in:
		| @ -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; | ||||
| 	     | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Alexander Larsson
					Alexander Larsson