Change const static to static const

To match the order used everywhere else.
This commit is contained in:
Robbert van der Helm
2021-07-08 18:18:29 +02:00
parent a58a1ab111
commit b72b6f8273
+1 -1
View File
@@ -82,7 +82,7 @@ constexpr uint32_t xembed_focus_in_msg = 4;
constexpr uint32_t xembed_focus_first = 1;
const static HCURSOR arrow_cursor = LoadCursor(nullptr, IDC_ARROW);
static const HCURSOR arrow_cursor = LoadCursor(nullptr, IDC_ARROW);
/**
* Find the the ancestors for the given window. This returns a list of window