Changeset 1969
- Timestamp:
- Oct 3, 2012, 10:37:08 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/neercs/video/render.cpp
r1967 r1969 686 686 687 687 /* informations */ 688 int w = caca_get_canvas_width(m_cv_s etup);689 int h = caca_get_canvas_height(m_cv_s etup);688 int w = caca_get_canvas_width(m_cv_screen); 689 int h = caca_get_canvas_height(m_cv_screen); 690 690 caca_set_color_argb(m_cv_setup, 0xfff, 0x000); 691 691 caca_printf(m_cv_setup, 0, 0, "%i*%i", w, h); … … 1060 1060 m_txt_screen->Blit(border, canvas_size); 1061 1061 if (m_setup) 1062 m_txt_setup->Blit(border, canvas_size); 1062 m_txt_setup->Blit(border + canvas_size / 8, 1063 canvas_size - canvas_size / 4); 1063 1064 1064 1065 //if (m_polygon) glEnable(GL_LINE_SMOOTH); else glDisable(GL_LINE_SMOOTH);
Note: See TracChangeset
for help on using the changeset viewer.