Subversion Repositories Kolibri OS

Rev

Rev 4494 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4494 Rev 5373
Line 1623... Line 1623...
1623
 
1623
 
Line 1624... Line 1624...
1624
   ret = drv->API.PostSubBufferNV(drv, disp, surf, x, y, width, height);
1624
   ret = drv->API.PostSubBufferNV(drv, disp, surf, x, y, width, height);
1625
 
1625
 
1626
   RETURN_EGL_EVAL(disp, ret);
-
 
1627
}
-
 
1628
 
-
 
1629
int atexit(void (*func)(void))
-
 
1630
{
-