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

Terminal: Add ability to adjust the terminal's opacity.

This commit is contained in:
Andreas Kling 2019-04-29 19:24:18 +02:00
parent 9c6be9b21e
commit 0ae475ff5b
3 changed files with 32 additions and 1 deletions

View file

@ -24,6 +24,8 @@ public:
void apply_size_increments_to_window(GWindow&);
void set_opacity(float);
private:
typedef Vector<unsigned, 4> ParamVector;