mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Change const static to static const
To match the order used everywhere else.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user