Skip to content

Commit

Permalink
Remove corner mask in favor of rounded background corners
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Feb 8, 2024
1 parent 6a39a09 commit e2c7344
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 185 deletions.
1 change: 0 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ subdir('data')
subdir('lib')
subdir('src')
subdir('daemon')
subdir('plugins/maskcorners')
subdir('plugins/pip')
subdir('plugins/template')
if get_option('documentation')
Expand Down
170 changes: 0 additions & 170 deletions plugins/maskcorners/Main.vala

This file was deleted.

13 changes: 0 additions & 13 deletions plugins/maskcorners/meson.build

This file was deleted.

2 changes: 1 addition & 1 deletion src/Background/SystemBackground.vala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

public class Gala.SystemBackground : GLib.Object {
private const Clutter.Color DEFAULT_BACKGROUND_COLOR = { 0x2e, 0x34, 0x36, 0xff };
private const Clutter.Color DEFAULT_BACKGROUND_COLOR = { 0, 0, 0, 0xff };

public Meta.BackgroundActor background_actor { get; construct; }

Expand Down

0 comments on commit e2c7344

Please sign in to comment.