Skip to content

Commit 8928caf

Browse files
committed
misc notes
1 parent f2851ab commit 8928caf

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

core/src/processing/core/PImage.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,6 @@ public PImage get(int x, int y, int w, int h) {
865865
* Returns a copy of this PImage. Equivalent to get(0, 0, width, height).
866866
* Deprecated, just use copy() instead.
867867
*/
868-
@Deprecated
869868
public PImage get() {
870869
// Formerly this used clone(), which caused memory problems.
871870
// http://code.google.com/p/processing/issues/detail?id=42

core/todo.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ _ https://github.com/processing/processing/issues/2924
1313
_ why doesn't p5 punt when loadFont() is used on an otf?
1414
_ is this a GL problem?
1515

16+
_ show warning when display spanning is turned off
17+
_ defaults read com.apple.spaces spans-displays
18+
1619
data
1720
X fix XML.getString() with a default when no attrs are present at all
1821
X was causing a NullPointerException

0 commit comments

Comments
 (0)