]> granicus.if.org Git - python/commit
Offscreen bitmap support, first stab. PixMaps are still treated as ordinary
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 7 Mar 1999 23:11:21 +0000 (23:11 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 7 Mar 1999 23:11:21 +0000 (23:11 +0000)
commita4e6ae666794966e0440f31c85461fb781525a10
tree6852a2cca4a90850e56cfcb3c1a6fd67055999eb
parent6a51b37167cf136efbe4dbaad0d22639658717b4
Offscreen bitmap support, first stab. PixMaps are still treated as ordinary
handles, not fullblown python objects, and UpdateGWorld returns a new GWorld
object in stead of modifying the existing one.
Mac/Lib/lib-toolbox/QDOffscreen.py [new file with mode: 0644]
Mac/Modules/qdoffs/Qdoffsmodule.c [new file with mode: 0644]
Mac/Modules/qdoffs/qdoffsscan.py [new file with mode: 0644]
Mac/Modules/qdoffs/qdoffssupport.py [new file with mode: 0644]