Changeset 617 for trunk/deushax/gtk
- Timestamp:
- Feb 9, 2011, 12:23:54 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/deushax/gtk/glmapview.cpp
r616 r617 122 122 gtk_widget_grab_focus(glarea); 123 123 if (gtk_gl_area_make_current(GTK_GL_AREA(glarea))) 124 { 125 Ticker::Setup(FPS); 124 126 Video::Setup(glarea->allocation.width, glarea->allocation.height); 127 } 125 128 126 129 UpdateAdjustments(); … … 156 159 157 160 // FIXME: do some GTK stuff in here 158 Ticker::ClampFps( 1000.0f / FPS);161 Ticker::ClampFps(); 159 162 } 160 163
Note: See TracChangeset
for help on using the changeset viewer.