Skip to content

Commit 48c5d3f

Browse files
committed
window management
1 parent 4d10f07 commit 48c5d3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/displays/DisplayST7789.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ namespace udd {
133133
fprintf(stderr, "p2(%3d,%3d) p2(%3d,%3d)\n", x1, y1, x2, y2);
134134
swap(int, x1, x2);
135135
swap(int, y1, y2);
136+
swap(int, x1, y2);
136137

137138
}
138139

0 commit comments

Comments
 (0)