diff options
| author | Markus Ongyerth <ongy@ongy.net> | 2018-02-27 10:55:05 +0100 | 
|---|---|---|
| committer | Markus Ongyerth <ongy@ongy.net> | 2018-02-27 10:55:05 +0100 | 
| commit | 333110515e6a022e1f0d947a93c51f22456d9799 (patch) | |
| tree | de38911ec24208650d485a764bcebde45eb940c6 | |
| parent | c2ba1869ce0ffd0e21238c8a4454ac29215ff7d0 (diff) | |
| download | wlroots-333110515e6a022e1f0d947a93c51f22456d9799.tar.xz | |
set fullscreen alpha to 1
| -rw-r--r-- | rootston/output.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/rootston/output.c b/rootston/output.c index 3e954989..69900bd7 100644 --- a/rootston/output.c +++ b/rootston/output.c @@ -470,6 +470,7 @@ static void render_output(struct roots_output *output) {  		.output = output,  		.when = &now,  		.damage = &damage, +		.alpha = 1.0,  	};  	if (!needs_swap) {  | 
