Search
lxdream.org :: lxdream/src/display.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/display.h
changeset 451:50622730f226
prev429:e581b90c3fb3
next477:9a373f2ff009
author nkeynes
date Wed Oct 31 09:05:44 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Add convenience MMIO_ADDR macro
file annotate diff log raw
1.1 --- a/src/display.h Mon Oct 08 11:52:13 2007 +0000
1.2 +++ b/src/display.h Wed Oct 31 09:05:44 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: display.h,v 1.9 2007-10-08 11:49:35 nkeynes Exp $
1.6 + * $Id: display.h,v 1.10 2007-10-21 05:15:56 nkeynes Exp $
1.7 *
1.8 * The PC side of the video support (responsible for actually displaying /
1.9 * rendering frames)
1.10 @@ -165,7 +165,8 @@
1.11 gboolean input_register_key( const gchar *keysym, input_key_callback_t callback,
1.12 void *data, uint32_t value );
1.13
1.14 -void input_unregister_key( const gchar *keysym );
1.15 +void input_unregister_key( const gchar *keysym, input_key_callback_t callback,
1.16 + void *data, uint32_t value );
1.17
1.18 gboolean input_is_key_valid( const gchar *keysym );
1.19
.