Janitorial work, mostly
API tweaks in WinBorder Removal of some unnecessary TODO comments Decorators now draw buttons when clicked git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7899 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -386,12 +386,14 @@ void ServerWindow::Minimize(bool status){
|
||||
|
||||
SendMessageToClient(&msg);
|
||||
|
||||
// TODO: notify tracker! how???
|
||||
// TODO: notify tracker! how???
|
||||
}
|
||||
}
|
||||
|
||||
void ServerWindow::Zoom(){
|
||||
// TODO: implement;
|
||||
BMessage msg;
|
||||
msg.what=B_ZOOM;
|
||||
SendMessageToClient(&msg);
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user