|##########| |#MAGIC #|FDLAGNFH |#PROJECT #|"Mui" |#PATHS #|"StdProject" |#FLAGS #|xx---x-xxxx---x----------------- |#USERSW #|-------------------------------- |#USERMASK#|-------------------------------- |#SWITCHES#|x----xxxxx-xx--- |##########| DEFINITION MODULE MCCWindowTrace; (*------------------------------------------ :Module. MCCWindowTrace.mod :Author. Henning Thielemann :Address. Veilchenweg 34, 06118 Halle, Germany :EMail. henning.thielemann@student.uni-halle.de :Version. $VER: MCCWindowTrace.mod 12.0 (06.95) :Copyright. Henning Thielemann :Language. Cluster :Translator. Amiga Cluster V2.0 :Contents. Group sub class, which is able notify on Intuition.WindowPtr :Contents. This is needed, if you want to automatically set the Process.windowPtr to your main window for requesters :Bugs. Tell me a more clever solution :Usage. :History. 2.3 [ht] Aug-1995 : initial version --------------------------------------------*) FROM MuiO IMPORT CustomClassPtr; VAR windowTraceMCC : CustomClassPtr; | SubClass von GroupClass END MCCWindowTrace.