Skip to content

Commit 1650fcd

Browse files
committed
window management
1 parent 791645a commit 1650fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/displays/DisplayST7789.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ namespace udd {
136136

137137
fprintf(stderr, "p3(%3d,%3d) p2(%3d,%3d)\n", x1, y1, x2, y2);
138138

139-
swap(int, x1, y2);
139+
swap(int, x2, y2);
140140

141141
}
142142

0 commit comments

Comments
 (0)