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

/haiku/src/preferences/screen/
H A DScreenWindow.cpp319 uint16 previousWidth = 0; local
324 if (mode.width == previousWidth && mode.height == previousHeight)
327 previousWidth = mode.width;
358 if (mode.width == previousWidth && mode.height == previousHeight)
361 previousWidth = mode.width;

Completed in 16 milliseconds