Home
last modified time | relevance | path

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

/haiku/src/preferences/screen/
H A DConstants.h51 static const int32 gMaxRefresh = 140; // This is the maximum selectable refresh variable
H A DScreenWindow.cpp1111 if (max > gMaxRefresh) in MessageReceived()
1112 max = gMaxRefresh; in MessageReceived()