00001 00002 /* Copyright (c) 2006-2008, Stefan Eilemann <eile@equalizergraphics.com> 00003 All rights reserved. */ 00004 00005 #ifndef EQ_AGLWINDOWEVENT_H 00006 #define EQ_AGLWINDOWEVENT_H 00007 00008 #include <eq/client/event.h> 00009 00010 namespace eq 00011 { 00013 class EQ_EXPORT AGLWindowEvent : public Event 00014 { 00015 public: 00016 // Native event 00017 EventRef carbonEventRef; 00018 }; 00019 } 00020 00021 #endif // EQ_AGLWINDOWEVENT_H 00022
0.6 by
1.5.5