Home
last modified time | relevance | path

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

/haiku/src/servers/app/
H A DView.h198 { return fIsDesktopBackground; } in IsDesktopBackground()
260 bool fIsDesktopBackground : 1; variable
H A DView.cpp107 fIsDesktopBackground(false),
176 fIsDesktopBackground = true; in AttachedToWindow()