Ignore:
Timestamp:
07/18/13 00:50:12 (12 years ago)
Author:
epyon
Message:
  • sdl - full 2.0 version implemented in the same header
  • sdl - nova fully runs on SDL 2.0 *also*
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/gl/gl_context.hh

    r157 r171  
    2020        {
    2121        public:
    22                 gl_context( device* a_device );
     22                gl_context( device* a_device, void* a_win_handle );
     23                ~gl_context();
    2324                virtual void clear( const clear_state& cs );
    2425                // temporary
     
    4546                float m_clear_depth;
    4647                int   m_clear_stencil;
     48                void* m_handle;
    4749        };
    4850
Note: See TracChangeset for help on using the changeset viewer.