- Timestamp:
- Jun 23, 2010, 1:15:33 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/python/caca/canvas.py
r4409 r4410 66 66 _lib.caca_create_canvas.argtypes = [ctypes.c_int, ctypes.c_int] 67 67 68 if pointer is notNone:68 if pointer is None: 69 69 self._cv = _lib.caca_create_canvas(width, height) 70 70 if self._cv == 0:
Note: See TracChangeset
for help on using the changeset viewer.