filename | src/gtkui/gtkui.h |
changeset | 669:ab344e42bca9 |
prev | 630:50addb748df5 |
next | 736:a02d1475ccfd |
author | nkeynes |
date | Mon May 12 10:00:13 2008 +0000 (14 years ago) |
permissions | -rw-r--r-- |
last change | Cleanup most of the -Wall warnings (getting a bit sloppy...) Convert FP code to use fixed banks rather than indirect pointer (3-4% faster this way now) |
file | annotate | diff | log | raw |
1.1 --- a/src/gtkui/gtkui.h Tue Feb 12 08:36:29 2008 +00001.2 +++ b/src/gtkui/gtkui.h Mon May 12 10:00:13 2008 +00001.3 @@ -115,9 +115,9 @@1.4 void gdrom_menu_init();1.5 GtkWidget *gdrom_menu_new();1.7 -/******************** Video driver hooks *********************/1.8 +/******************** Video driver hook *********************/1.10 -GtkWidget *gtk_gui_get_renderarea();1.11 +GtkWidget *video_gtk_create_drawable();1.13 /******************* Callback declarations *******************/
.