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

/hardware/intel/img/psb_video/src/x11/
H A Dpsb_coverlay.c61 XWindowAttributes sXWinAttrib; local
65 &sXWinAttrib)) == 0) {
70 psX11Window->i32Left = sXWinAttrib.x;
71 psX11Window->i32Top = sXWinAttrib.y;
72 psX11Window->ui32Width = sXWinAttrib.width;
73 psX11Window->ui32Height = sXWinAttrib.height;
74 *pbIsVisible = (sXWinAttrib.map_state == IsViewable);

Completed in 96 milliseconds