diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1993-02-19 12:53:12 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1993-02-19 12:53:12 (GMT) |
commit | fa1b9f63c9b7aeb89776278c2620c63b0739ca9b (patch) | |
tree | 435c1686cbf6555c8ae45184be7ad842e5d92794 /Modules/cstubs | |
parent | 1e0fdd8a6bd4a094e42f0b9a8c995e98cfda5257 (diff) | |
download | cpython-fa1b9f63c9b7aeb89776278c2620c63b0739ca9b.zip cpython-fa1b9f63c9b7aeb89776278c2620c63b0739ca9b.tar.gz cpython-fa1b9f63c9b7aeb89776278c2620c63b0739ca9b.tar.bz2 |
Added dither() routine
Diffstat (limited to 'Modules/cstubs')
-rw-r--r-- | Modules/cstubs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/cstubs b/Modules/cstubs index 04f4578..d8f2d90 100644 --- a/Modules/cstubs +++ b/Modules/cstubs @@ -1336,3 +1336,4 @@ void pixmode long s long s # New in IRIX 4.0 # long qgetfd +void dither long s |