mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 20:45:36 +08:00
cleanup
This commit is contained in:
@@ -21,14 +21,14 @@ HDR_FILES = charset.h rawbitmap.h varbitmap.h freetype2.h qpf.h se_minigui.h \
|
||||
unicode-emoji-tables.h \
|
||||
mgbidi.h \
|
||||
mgbidi-bidi-types-list.inc \
|
||||
mgbidi-bidi-type-table.inc \
|
||||
mgbidi-joining-types-list.inc \
|
||||
mgbidi-arabic-misc-table.inc \
|
||||
mgbidi-arabic-shaping-table.inc \
|
||||
mgbidi-bidi-type-table.inc \
|
||||
mgbidi-brackets-table.inc \
|
||||
mgbidi-brackets-type-table.inc \
|
||||
mgbidi-joining-types-list.inc \
|
||||
mgbidi-joining-type-table.inc \
|
||||
mgbidi-mirroring-table.inc
|
||||
mgbidi-mirroring-table.inc \
|
||||
mgbidi-arabic-shaping-table.inc \
|
||||
mgbidi-joining-type-table.inc
|
||||
|
||||
|
||||
EXTRA_DIST = convgbmap.c jisunimap.c $(SRC_FILES) $(HDR_FILES) \
|
||||
|
||||
@@ -44,14 +44,6 @@
|
||||
** This implementation is based on LGPL'd FriBidi:
|
||||
**
|
||||
** https://github.com/fribidi/fribidi
|
||||
**
|
||||
** Authors:
|
||||
** Behdad Esfahbod, 2001, 2002, 2004
|
||||
** Dov Grobgeld, 1999, 2000, 2017
|
||||
**
|
||||
** Copyright (C) 2004 Sharif FarsiWeb, Inc
|
||||
** Copyright (C) 2001,2002 Behdad Esfahbod
|
||||
** Copyright (C) 1999,2000,2017 Dov Grobgeld
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user