mirror of
https://github.com/swaywm/sway.git
synced 2024-12-29 16:36:26 +01:00
Style enforcement
This commit is contained in:
parent
f8f0bcd4d3
commit
d1012c497b
1 changed files with 56 additions and 57 deletions
|
@ -80,7 +80,6 @@ int main(int argc, const char **argv) {
|
||||||
for (i = 0; i < surfaces->length; ++i) {
|
for (i = 0; i < surfaces->length; ++i) {
|
||||||
struct window *window = surfaces->items[i];
|
struct window *window = surfaces->items[i];
|
||||||
if (window_prerender(window) && window->cairo) {
|
if (window_prerender(window) && window->cairo) {
|
||||||
|
|
||||||
switch (scaling_mode) {
|
switch (scaling_mode) {
|
||||||
case SCALING_MODE_STRETCH:
|
case SCALING_MODE_STRETCH:
|
||||||
cairo_scale(window->cairo,
|
cairo_scale(window->cairo,
|
||||||
|
|
Loading…
Reference in a new issue