From 4027e58ba315c17a213c218e4d26e5c066372129 Mon Sep 17 00:00:00 2001 From: frosch Date: Tue, 3 Jan 2012 00:22:14 +0000 Subject: (svn r23722) -Change: Give the chat query window the same Z priority as the normal text query window. --- src/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/window.cpp b/src/window.cpp index c114467b0..5177656a1 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -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; -- cgit v1.2.3-54-g00ecf