Changeset 529 for trunk/src/gfx/gfx_terminal.cc
- Timestamp:
- 01/05/17 13:50:41 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gfx/gfx_terminal.cc
r520 r529 112 112 }; 113 113 114 gfx_terminal::gfx_terminal( context* ctx, texture t, dimension tsize, dimension psize)114 gfx_terminal::gfx_terminal( context* ctx, texture t, dimension tsize, dimension /*psize*/ ) 115 115 : terminal( tsize ), m_context( ctx ) 116 116 { … … 178 178 } 179 179 180 bool gfx_terminal::poll( io_event & kevent)180 bool gfx_terminal::poll( io_event & /*kevent*/ ) 181 181 { 182 182 return false; 183 183 } 184 184 185 void gfx_terminal::set_cursor( position p)185 void gfx_terminal::set_cursor( position /*p*/ ) 186 186 { 187 187 }
Note: See TracChangeset
for help on using the changeset viewer.