(svn r23722) -Change: Give the chat query window the same Z priority as the normal text query window.

This commit is contained in:
frosch 2012-01-03 00:22:14 +00:00
parent c4e2dfdd89
commit 4027e58ba3
1 changed files with 1 additions and 1 deletions

View File

@ -985,6 +985,7 @@ static uint GetWindowZPriority(const Window *w)
++z_priority;
case WC_QUERY_STRING:
case WC_SEND_NETWORK_MSG:
++z_priority;
case WC_ERRMSG:
@ -1007,7 +1008,6 @@ static uint GetWindowZPriority(const Window *w)
case WC_CONSOLE:
++z_priority;
case WC_SEND_NETWORK_MSG:
case WC_NEWS_WINDOW:
++z_priority;