From fc72c5375813a6bbc0845aca984147a944a7e62a Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 3 Feb 2006 15:19:58 +0000 Subject: Patch #1417462 by Dan Everton - Improved SDL simulator git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8546 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/sdl/screenhack.h | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 uisimulator/sdl/screenhack.h (limited to 'uisimulator/sdl/screenhack.h') diff --git a/uisimulator/sdl/screenhack.h b/uisimulator/sdl/screenhack.h deleted file mode 100644 index 4c7a8307a4..0000000000 --- a/uisimulator/sdl/screenhack.h +++ /dev/null @@ -1,33 +0,0 @@ -/* xscreensaver, Copyright (c) 1992-1997 Jamie Zawinski - * - * Permission to use, copy, modify, distribute, and sell this software and its - * documentation for any purpose is hereby granted without fee, provided that - * the above copyright notice appear in all copies and that both that - * copyright notice and this permission notice appear in supporting - * documentation. No representations are made about the suitability of this - * software for any purpose. It is provided "as is" without express or - * implied warranty. - */ - -#ifndef __SCREENHACK_H__ -#define __SCREENHACK_H__ - -#include -#include - -#ifdef __hpux - /* Which of the ten billion standards does values.h belong to? - What systems always have it? */ -# include -#endif - -#include -#include - -extern void screenhack(); -extern int screenhack_handle_event(SDL_Event*, bool *); -extern int screenhack_handle_events(bool *); -extern void screen_redraw(); -extern void screen_resized(); - -#endif /* __SCREENHACK_H__ */ -- cgit v1.2.3