Home
last modified time | relevance | path

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

/haiku/src/preferences/screen/
H A DScreenWindow.cpp320 uint16 previousWidth = 0; in ScreenWindow() local
325 if (mode.width == previousWidth && mode.height == previousHeight) in ScreenWindow()
328 previousWidth = mode.width; in ScreenWindow()
359 if (mode.width == previousWidth && mode.height == previousHeight) in ScreenWindow()
362 previousWidth = mode.width; in ScreenWindow()