Skip to content

Commit f3760de

Browse files
authored
Get rid of extra gl attributes to test something
1 parent 658320b commit f3760de

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/3rd_tigr.h

-6
Original file line numberDiff line numberDiff line change
@@ -4952,12 +4952,6 @@ static void initX11Stuff() {
49524952
GLX_WINDOW_BIT,
49534953
GLX_DOUBLEBUFFER,
49544954
1,
4955-
GLX_RED_SIZE,
4956-
1,
4957-
GLX_GREEN_SIZE,
4958-
1,
4959-
GLX_BLUE_SIZE,
4960-
1,
49614955
None };
49624956

49634957
int fbcCount = 0;

0 commit comments

Comments
 (0)