Search
lxdream.org :: lxdream/src/gtkui/gtk_mmio.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gtkui/gtk_mmio.c
changeset 796:a2dc83592467
prev763:b3ce4448f200
next1065:bc1cc0c54917
author nkeynes
date Tue Jun 02 23:16:26 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change "MythTV" patch from Wahrhaft, thanks!:
* Add support for LIRC input devices
* Add hotkey input support
* Add command-line option for immediate fullscreen
file annotate diff log raw
1.1 --- a/src/gtkui/gtk_mmio.c Tue Jul 22 04:40:55 2008 +0000
1.2 +++ b/src/gtkui/gtk_mmio.c Tue Jun 02 23:16:26 2009 +0000
1.3 @@ -229,7 +229,7 @@
1.4 }
1.5 count++;
1.6 }
1.7 - memcpy( io_rgn[i]->save_mem, io_rgn[i]->mem, PAGE_SIZE );
1.8 + memcpy( io_rgn[i]->save_mem, io_rgn[i]->mem, LXDREAM_PAGE_SIZE );
1.9 }
1.10 }
1.11
.