]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Merge branch 'gamepacks' into 'master'
authorTimePath <andrew.hardaker1995@gmail.com>
Fri, 29 Dec 2017 02:56:42 +0000 (02:56 +0000)
committerTimePath <andrew.hardaker1995@gmail.com>
Fri, 29 Dec 2017 02:56:42 +0000 (02:56 +0000)
Update game packs, fix some bugs to make them properly installed

See merge request xonotic/netradiant!77

libs/gtkutil/glfont.cpp

index 09211a05450d3bd103dfb691ff8e6bfb9b04dde2..e0d7f3eed96c54c7bcaab014eff8a50fb0483a2a 100644 (file)
@@ -174,6 +174,7 @@ GLFont *glfont_create( const char* font_string ){
 // new font code ripped from ZeroRadiant
 
 #include <pango/pangoft2.h>
+#include <pango/pango-features.h>
 #include <pango/pango-utils.h>
 
 class GLFontInternal : public GLFont