Tweaks to handle the changes in messaging protocol formats

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5014 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2003-10-13 23:34:54 +00:00
parent 83f9647173
commit 40b7eb39b2
2 changed files with 13 additions and 17 deletions
+2
View File
@@ -497,7 +497,9 @@ bool VDWindow::QuitRequested(void)
port_id serverport=find_port(SERVER_PORT_NAME);
if(serverport!=B_NAME_NOT_FOUND)
{
write_port(serverport,B_QUIT_REQUESTED,NULL,0);
}
return true;
}