Home
last modified time | relevance | path

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

/haiku/src/preferences/screen/
H A DConstants.h50 static const int32 gMinRefresh = 45; // This is the minimum selectable refresh variable
H A DScreenWindow.cpp1109 if (min < gMinRefresh) in MessageReceived()
1110 min = gMinRefresh; in MessageReceived()