1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:47:46 +00:00

Taskbar+LibGUI: More work on bringup.

This commit is contained in:
Andreas Kling 2019-04-03 21:03:12 +02:00
parent a22774ee3f
commit aa03a07e61
16 changed files with 105 additions and 250 deletions

View file

@ -13,4 +13,5 @@ public:
private:
void on_screen_rect_change(const Rect&);
virtual void wm_event(GWMEvent&) override;
};