Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3239872

Browse files
authored
Merge pull request #14807 from timhoffm/doc-blit-autodetect
API change note on automatic blitting detection for backends
2 parents b2c7190 + 876a398 commit 3239872

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Backends do not need to explicitly define the flag ``supports_blit`` anymore
2+
````````````````````````````````````````````````````````````````````````````
3+
4+
This is only relevant for backend developers. Backends had to define the flag
5+
``supports_blit``. This is not needed anymore because the blitting capability
6+
is now automatically detected.

0 commit comments

Comments
 (0)