Search
lxdream.org :: lxdream/src/gtkui/gtkui.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gtkui/gtkui.h
changeset 837:4eae2ddccf9c
prev755:ab873907b00e
next887:8b3ee741c9d7
author nkeynes
date Tue Sep 09 00:51:43 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Add general gl_window_to_system_coords function to convert window system coordinates
back into something in the DC range of 640x480, update mouse events to use it
file annotate diff log raw
1.1 --- a/src/gtkui/gtkui.h Mon Jul 21 00:08:34 2008 +0000
1.2 +++ b/src/gtkui/gtkui.h Tue Sep 09 00:51:43 2008 +0000
1.3 @@ -49,6 +49,7 @@
1.4 void main_window_set_speed( main_window_t win, double speed );
1.5 void main_window_set_fullscreen( main_window_t win, gboolean fullscreen );
1.6 void main_window_set_use_grab( main_window_t win, gboolean grab );
1.7 +void main_window_update_title( main_window_t win );
1.8
1.9 debug_window_t debug_window_new( const gchar *title, GtkWidget *menubar,
1.10 GtkWidget *toolbar, GtkAccelGroup *accel );
.