Home
last modified time | relevance | path

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

/haiku/src/preferences/screen/
H A DConstants.h31 static const uint32 POP_SWAP_DISPLAYS_MSG = 'psdi'; variable
H A DScreenWindow.cpp503 BMessage *message = new BMessage(POP_SWAP_DISPLAYS_MSG); in ScreenWindow()
507 message = new BMessage(POP_SWAP_DISPLAYS_MSG); in ScreenWindow()
1150 case POP_SWAP_DISPLAYS_MSG: in MessageReceived()