Ignore:
Timestamp:
06/03/13 16:06:51 (12 years ago)
Author:
epyon
Message:
  • window stores and can return it's device
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gl/gl_device.cc

    r92 r98  
    1717window* gl_device::create_window( uint16 width, uint16 height )
    1818{
    19         return new gl_window( width, height );
     19        return new gl_window( this, width, height );
    2020}
    2121
Note: See TracChangeset for help on using the changeset viewer.