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

pull/155/head
frosch 13 years ago
parent 6e65e92054
commit b930e3c866

@ -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;

Loading…
Cancel
Save