Janitorial work
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5302 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
84e57fc918
commit
2ef7083364
@ -283,7 +283,7 @@ BRegion::PrintToStream() const
|
||||
}
|
||||
|
||||
|
||||
/*! \brief Offses all region's rects, and bounds by the given values.
|
||||
/*! \brief Offsets all region's rects, and bounds by the given values.
|
||||
\param dh The horizontal offset.
|
||||
\param dv The vertical offset.
|
||||
*/
|
||||
|
@ -1333,7 +1333,7 @@ void DisplayDriver::ObscureCursor(void)
|
||||
|
||||
The driver does not take ownership of the given cursor. Subclasses should make
|
||||
a copy of the cursor passed to it. The default version of this function hides the
|
||||
cursory, replaces it, and shows the cursor if previously visible.
|
||||
cursor, replaces it, and shows the cursor if previously visible.
|
||||
*/
|
||||
void DisplayDriver::SetCursor(ServerCursor *cursor)
|
||||
{
|
||||
|
@ -426,7 +426,7 @@ void ServerApp::_DispatchMessage(PortMessage *msg)
|
||||
msg->Read<port_id>( &looperPort );
|
||||
msg->ReadString( &title );
|
||||
|
||||
STRACE(("ServerApp %s: Got 'New Window' message, trying to do smething...\n",
|
||||
STRACE(("ServerApp %s: Got 'New Window' message, trying to do something...\n",
|
||||
_signature.String()));
|
||||
|
||||
// ServerWindow constructor will reply with port_id of a newly created port
|
||||
|
Loading…
Reference in New Issue
Block a user