Renamed AS_WINDOW_TITLE to AS_SET_WINDOW_TITLE.
Fixed handling in ServerWindow as stippi's latest commit broke it. It's now properly done with a separate ServerWindow::SetTitle() method, that will also take care to rename the window's thread. Changed naming the window thread in the app_server to "w:<team>:<title>". git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13461 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -79,7 +79,7 @@ enum {
|
||||
AS_BEGIN_UPDATE,
|
||||
AS_END_UPDATE,
|
||||
AS_NEEDS_UPDATE,
|
||||
AS_WINDOW_TITLE,
|
||||
AS_SET_WINDOW_TITLE,
|
||||
AS_ADD_TO_SUBSET,
|
||||
AS_REM_FROM_SUBSET,
|
||||
AS_SET_ALIGNMENT,
|
||||
|
||||
Reference in New Issue
Block a user