ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/Display_EmbeddedSDL.h
(Generate patch)

Comparing Frodo4/Src/Display_EmbeddedSDL.h (file contents):
Revision 1.1 by berlac, 2007-01-28T16:02:56Z vs.
Revision 1.2 by cebix, 2009-01-11T11:32:38Z

# Line 2 | Line 2
2   *  DisplayEmbeddedSDL.h - C64 graphics display, emulator window handling
3   *  for embedded Linux devices (Qtopia, Maemo)
4   *
5 < *  Frodo (C) 1994-1997,2002-2005 Christian Bauer
5 > *  Frodo (C) 1994-1997,2002-2009 Christian Bauer
6   *  Changes for embedded Linux devices (Qtopia, Maemo) (C) 2006 Bernd Lachner
7   *
8   *  This program is free software; you can redistribute it and/or modify
# Line 954 | Line 954 | void C64Display::InitColors(uint8 *color
954   *  Show a requester (error message)
955   */
956  
957 < long int ShowRequester(char *a,char *b,char *)
957 > long int ShowRequester(const char *a, const char *b, const char *)
958   {
959          printf("%s: %s\n", a, b);
960          return 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines