Home
last modified time | relevance | path

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

/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dwmapp.cc1218 fLogoutMsgBox(nullptr), in YWMApp()
1346 if (fLogoutMsgBox) { in ~YWMApp()
1347 fLogoutMsgBox->unmanage(); in ~YWMApp()
1348 fLogoutMsgBox = nullptr; in ~YWMApp()
1825 if (fLogoutMsgBox) { in doLogout()
1826 fLogoutMsgBox->unmanage(); in doLogout()
1828 fLogoutMsgBox = new YMsgBox(YMsgBox::mbBoth, in doLogout()
1874 if (msgbox == fLogoutMsgBox) { in handleMsgBox()
1876 fLogoutMsgBox = nullptr; in handleMsgBox()
H A Dwmapp.h121 YMsgBox *fLogoutMsgBox; variable