diff options
Diffstat (limited to 'src/window.cpp')
-rw-r--r-- | src/window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.cpp b/src/window.cpp index 14fa0a275..a72935021 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -1347,7 +1347,7 @@ void ResizeWindow(Window *w, int x, int y) w->SetDirty(); } -static bool _dragging_window; +static bool _dragging_window; ///< A window is being dragged or resized. static bool HandleWindowDragging() { |