Skip to content

Commit

Permalink
window-actor: Support applying effects on clones (#464)
Browse files Browse the repository at this point in the history
* Store the effects pref on the MetaDisplay struct

* window-actor: Support applying effects on clones

* Revert effect throttling

* Rebase clean up
  • Loading branch information
jaszhix authored and clefebvre committed Apr 16, 2019
1 parent dae1fe7 commit 75776e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compositor/meta-window-actor.c
Expand Up @@ -82,7 +82,6 @@ enum
PROP_OPACITY
};

#define MINIMUM_SAFE_EFFECT_INTERVAL 300000
#define DEFAULT_SHADOW_RADIUS 12
#define DEFAULT_SHADOW_X_OFFSET 0
#define DEFAULT_SHADOW_Y_OFFSET 8
Expand Down

0 comments on commit 75776e7

Please sign in to comment.