1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 22:07:34 +00:00

LibGUI: clang-format

This commit is contained in:
faissaloo 2019-06-16 21:01:51 +01:00
parent 770907f90c
commit 55e115b0cd
4 changed files with 31 additions and 26 deletions

View file

@ -134,7 +134,7 @@ private:
void paint_keybinds();
void find_keyboard_selectable();
void find_keyboard_selectable_children(GWidget* widget, Vector<GWidget*> &potential_keybind_widgets);
void find_keyboard_selectable_children(GWidget* widget, Vector<GWidget*>& potential_keybind_widgets);
Retained<GraphicsBitmap> create_backing_bitmap(const Size&);
void set_current_backing_bitmap(GraphicsBitmap&, bool flush_immediately = false);
void flip(const Vector<Rect, 32>& dirty_rects);