Search
lxdream.org :: lxdream/src/hotkeys.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/hotkeys.h
changeset 1072:d82e04e6d497
prev1015:ad448bedc48a
author nkeynes
date Thu Feb 23 15:24:47 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Check for existence of glDrawBuffer (assuming that glReadBuffer will
follow). Note only need to guard the common code in gl_fbo.c
file annotate diff log raw
1.1 --- a/src/hotkeys.h Tue Jun 02 23:16:26 2009 +0000
1.2 +++ b/src/hotkeys.h Thu Feb 23 15:24:47 2012 +1000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: $
1.6 + * $Id$
1.7 *
1.8 * Handles hotkeys for pause/continue, save states, quit, etc
1.9 *
1.10 @@ -26,7 +26,7 @@
1.11 #endif
1.12
1.13 void hotkeys_init();
1.14 - lxdream_config_entry_t hotkeys_get_config();
1.15 + lxdream_config_group_t hotkeys_get_config();
1.16 void hotkeys_register_keys();
1.17 void hotkeys_unregister_keys();
1.18
.