HelenOS sources
wndf_topmost 114 uspace/lib/ui/src/msgdialog.c wparams.flags |= wndf_topmost;
wndf_topmost 118 uspace/lib/ui/src/selectdialog.c wparams.flags |= wndf_topmost;
wndf_topmost 364 uspace/lib/ui/src/window.c dparams.flags |= wndf_topmost;
wndf_topmost 552 uspace/srv/hid/display/display.c if ((wnd->flags & wndf_topmost) == 0) {
wndf_topmost 555 uspace/srv/hid/display/display.c while (w != NULL && (w->flags & wndf_topmost) != 0)
wndf_topmost 266 uspace/srv/hid/display/test/display.c params.flags |= wndf_topmost;
HelenOS homepage, sources at GitHub