Searched refs:cur_depth (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrdriext.c454 DepthPtr cur_depth=NULL ; local in function:EphyrDuplicateVisual
458 cur_depth = &screen->allowedDepths[i];
463 vids = realloc(cur_depth->vids,
464 (cur_depth->numVids+1)*sizeof (VisualID));
469 vids[cur_depth->numVids] = a_new_id ;
474 cur_depth->numVids++ ;
475 cur_depth->vids = vids ;

Completed in 3 milliseconds