Toned down window closing by dragging, dim window when it's closed

This commit is contained in:
pelya
2017-04-07 21:29:43 +03:00
committed by Sergii Pylypenko
parent 817edd68df
commit 450858784e
3 changed files with 31 additions and 8 deletions

View File

@@ -914,4 +914,6 @@ void SetFocusedWindow(Window *w);
void ScrollbarClickHandler(Window *w, NWidgetCore *nw, int x, int y);
bool GetWindowDraggedOffScreen(const Window *w); ///< Return whether window is dragged off screen edge and about to close, for no-titlebars mode
#endif /* WINDOW_GUI_H */