Searched refs:popWidth (Results 1 – 1 of 1) sorted by relevance
268 int popWidth; in adjustWindowPos() local276 popWidth = cx; in adjustWindowPos()278 popX = x - ( popWidth / 2 ); in adjustWindowPos()290 if ((popX + popWidth) > xScreen) in adjustWindowPos()291 popX = xScreen - popWidth; in adjustWindowPos()
Completed in 38 milliseconds