From: Jack Jansen Date: Thu, 3 Apr 1997 14:44:07 +0000 (+0000) Subject: Use MacOS.string_id_to_buffer for the hack to convert string id() to X-Git-Tag: v1.5a1~222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4240b610f3cfa9e18ada581ec30616fba96f606e;p=python Use MacOS.string_id_to_buffer for the hack to convert string id() to buffer address. --- diff --git a/Mac/Demo/imgbrowse/mac_image.py b/Mac/Demo/imgbrowse/mac_image.py index e2639c9e51..c4b034ec29 100644 --- a/Mac/Demo/imgbrowse/mac_image.py +++ b/Mac/Demo/imgbrowse/mac_image.py @@ -3,6 +3,7 @@ import imgformat import Qd import time import struct +import MacOS _fmt_to_mac = { imgformat.macrgb16 : (16, 16, 3, 5), @@ -13,7 +14,7 @@ def mkpixmap(w, h, fmt, data): fmtinfo = _fmt_to_mac[fmt] rv = struct.pack("lhhhhhhhlllhhhhlll", - id(data)+16, + id(data)+MacOS.string_id_to_buffer, # HACK HACK!! w*2 + 0x8000, 0, 0, h, w, 0,