mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-25 18:43:05 +00:00
fix graphic bug
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@85 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -52,7 +52,8 @@ static void create(MwWidget handle) {
|
||||
o->visual = glXChooseVisual(handle->lowlevel->display, DefaultScreen(handle->lowlevel->display), attribs);
|
||||
o->gl = glXCreateContext(handle->lowlevel->display, o->visual, NULL, GL_TRUE);
|
||||
#endif
|
||||
handle->internal = o;
|
||||
handle->internal = o;
|
||||
handle->lowlevel->copy_buffer = 0;
|
||||
|
||||
MwSetDefault(handle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user