Difference for arch/ogl/glx.c from version 1.14 to 1.15


version 1.14 version 1.15
Line 159
 
Line 159
 int ogl_init_window(int x, int y){  int ogl_init_window(int x, int y){
  if (gl_initialized){   if (gl_initialized){
  XResizeWindow(dpy,win,x,y);   XResizeWindow(dpy,win,x,y);
    set_wm_hints(ogl_fullscreen);
  }else {   }else {
  glxcontext=glXCreateContext(dpy,visinfo,0,GL_TRUE);   glxcontext=glXCreateContext(dpy,visinfo,0,GL_TRUE);
   

Legend:
line(s) removed in v.1.14 
line(s) changed
 line(s) added in v.1.15