From: Dana Jansens Date: Mon, 26 May 2003 21:02:20 +0000 (+0000) Subject: init glft as well X-Git-Tag: gl2~108 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=809cd6373142f01b125745e2d48d6cf99489f208;p=dana%2Fopenbox.git init glft as well --- diff --git a/render2/init.c b/render2/init.c index 70914b07..b6916456 100644 --- a/render2/init.c +++ b/render2/init.c @@ -1,6 +1,7 @@ #include "instance.h" #include "render.h" #include "debug.h" +#include "glft/glft.h" static int glXRating(Display *display, XVisualInfo *v) { @@ -78,7 +79,10 @@ struct RrInstance *RrInit(Display *display, if (rate > 0) { RrDebug("picked visual %d with rating %d\n", best, rate); ret = RrInstanceNew(display, screen, vilist[best]); + + GlftInit(); } + return ret; }