only #include <gtk/gtk.h>

This commit is contained in:
Garux
2020-05-20 22:22:50 +03:00
parent cd529b4fb0
commit 0140da6e72
55 changed files with 59 additions and 287 deletions

View File

@@ -706,7 +706,7 @@ GLFont *glfont_create( const char* font_string ){
#include <pango/pangoft2.h>
#include <pango/pango-utils.h>
#include <gtk/gtksettings.h>
#include <gtk/gtk.h>
PangoFont* tryFont( const char* font_string, PangoFontMap *fontmap, PangoContext *context, PangoFontDescription*& font_desc ){
pango_font_description_free( font_desc );