From: Derek Foreman Date: Thu, 29 May 2003 03:38:15 +0000 (+0000) Subject: turn off all that aa bullshit X-Git-Tag: gl2~32 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=9a5226cfd6ba248e27ea26137092ef3a671c5df7;p=dana%2Fopenbox.git turn off all that aa bullshit --- diff --git a/glft/test.c b/glft/test.c index f6e8924f..038abce9 100644 --- a/glft/test.c +++ b/glft/test.c @@ -81,16 +81,10 @@ int main(int argc, char **argv) delete_win = XInternAtom(display, "WM_DELETE_WINDOW", False); protocols = XInternAtom(display, "WM_PROTOCOLS", False); XSetWMProtocols(display, win, &delete_win, 1); - glClearColor(1.0, 1.0, 1.0, 0.0); - glColor3f(0.0, 0.0, 0.0); glMatrixMode(GL_PROJECTION); glLoadIdentity(); glOrtho(0, W, -100, H+100, 0, 10); glMatrixMode(GL_MODELVIEW); - glEnable(GL_LINE_SMOOTH); - glLineWidth(0.5); - glEnable(GL_BLEND); - glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); quit = 0; while (!quit) { XNextEvent(display, &report);