Search
lxdream.org :: lxdream/src/display.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/display.c
changeset 431:248dd77a9e44
prev425:17f019f4ed8d
next451:50622730f226
author nkeynes
date Wed Oct 17 11:26:45 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Split config management out to config.[ch]
Manage config filename
Check home dir + sysconfdir for conf file
Initial work on a path settings dialog
file annotate diff log raw
1.1 --- a/src/display.c Sun Oct 07 06:03:22 2007 +0000
1.2 +++ b/src/display.c Wed Oct 17 11:26:45 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: display.c,v 1.9 2007-10-07 06:03:22 nkeynes Exp $
1.6 + * $Id: display.c,v 1.10 2007-10-09 08:12:29 nkeynes Exp $
1.7 *
1.8 * Generic support for keyboard and other input sources. The active display
1.9 * driver is expected to deliver events here, where they're translated and
1.10 @@ -22,6 +22,7 @@
1.11 #include <assert.h>
1.12 #include "dream.h"
1.13 #include "display.h"
1.14 +#include "pvr2/pvr2.h"
1.15
1.16 typedef struct keymap_entry {
1.17 uint16_t keycode;
.