[teklib-general] changeset in /hg/teklib/current: handle->thn_Owner is now type T...
Timm S. Mueller
tmueller at neoscientists.org
Mon Nov 26 16:22:25 CET 2007
changeset 7095b8a540ff in /hg/teklib/current
details: http://teklib.org:8001/hg/teklib/current?cmd=changeset;node=7095b8a540ff
description:
handle->thn_Owner is now type TAPTR instead of struct TModule *
diffs (24 lines):
diff -r e6222ac6c9c6 -r 7095b8a540ff TODO
--- a/TODO Mon Sep 03 20:17:14 2007 +0200
+++ b/TODO Wed Sep 05 21:17:38 2007 +0200
@@ -3,7 +3,7 @@ TODO
====
* Visual Posix: Initialer Refresh
-
+* Visual: Clipping Region
Visual Fontmanager
diff -r e6222ac6c9c6 -r 7095b8a540ff tek/exec.h
--- a/tek/exec.h Mon Sep 03 20:17:14 2007 +0200
+++ b/tek/exec.h Wed Sep 05 21:17:38 2007 +0200
@@ -97,7 +97,7 @@ struct THandle
/* Object callback hook */
struct THook thn_Hook;
/* Module base / owner of this object */
- struct TModule *thn_Owner;
+ TAPTR thn_Owner;
/* Object name */
TSTRPTR thn_Name;
/* Userdata pointer */
More information about the teklib-general
mailing list