// $Revision: 1.7 $ // Copyright (c) 1995 Taligent, Inc. All Rights Reserved. #ifndef TaligentSamples_COLORACCEPTORVIEW #include "ColorAcceptorView.h" #endif #ifndef TaligentSamples_SAMPLEWINDOWPROGRAM #include "SampleWindowProgram.h" #endif #ifndef Taligent_STANDARDTEXT #include #endif void main(int argc, char* argv[]) { TView* view = new TColorAcceptorView(TGPoint(200, 200)); TSampleWindowProgram program(view, TStandardText(argv[0])); program.Run(); }