Home
last modified time | relevance | path

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

/haiku/src/servers/app/
H A DWorkspacePrivate.h53 ScreenConfigurations& StoredScreenConfiguration() in StoredScreenConfiguration() function
H A DDesktop.cpp551 float brightness = fWorkspaces[0].StoredScreenConfiguration().Brightness(0); in Init()
798 fWorkspaces[workspace].StoredScreenConfiguration().Set(id, in SetScreenMode()
897 .StoredScreenConfiguration().CurrentByID(screen->ID()); in RevertScreenModes()
929 if (fWorkspaces[0].StoredScreenConfiguration().CurrentByID(id) == NULL) { in SetBrightness()
933 fWorkspaces[0].StoredScreenConfiguration().Set(id, in SetBrightness()
936 fWorkspaces[0].StoredScreenConfiguration().SetBrightness(id, in SetBrightness()