Changeset 228 for trunk/src/gl/gl_device.cc
- Timestamp:
- 02/04/14 03:50:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gl/gl_device.cc
r184 r228 15 15 using namespace nv; 16 16 17 window* gl_device::create_window( uint16 width, uint16 height )17 window* gl_device::create_window( uint16 width, uint16 height, bool fullscreen ) 18 18 { 19 return new gl_window( this, width, height );19 return new gl_window( this, width, height, fullscreen ); 20 20 } 21 21
Note: See TracChangeset
for help on using the changeset viewer.