rename omapsdl.h, for consistency
authornotaz <notasas@gmail.com>
Sun, 11 Mar 2012 23:33:22 +0000 (01:33 +0200)
committernotaz <notasas@gmail.com>
Sun, 11 Mar 2012 23:33:22 +0000 (01:33 +0200)
src/video/omapdss/config.c
src/video/omapdss/osdl.h [moved from src/video/omapdss/omapsdl.h with 100% similarity]
src/video/omapdss/osdl_input.c
src/video/omapdss/osdl_video.c
src/video/omapdss/sdlif.c
src/video/omapdss/standalone.c

index d84b862..5d5fb7b 100644 (file)
@@ -11,7 +11,7 @@
 #include <strings.h>
 #include <ctype.h>
 
-#include "omapsdl.h"
+#include "osdl.h"
 
 static char *sskip(char *p)
 {
index 73f8110..b020875 100644 (file)
@@ -23,7 +23,7 @@
 #include <tslib.h>
 #endif
 
-#include "omapsdl.h"
+#include "osdl.h"
 
 /* XXX: these should go to private data */
 static int osdl_evdev_devs[32];
index b2271cc..e1b9d5c 100644 (file)
@@ -17,7 +17,7 @@
 #include <unistd.h>
 #include <linux/fb.h>
 
-#include "omapsdl.h"
+#include "osdl.h"
 #include "omapfb.h"
 #include "linux/fbdev.h"
 #include "linux/xenv.h"
index 190e69a..f7a6d28 100644 (file)
@@ -13,7 +13,7 @@
 #include "../../events/SDL_events_c.h"
 
 #include "linux/xenv.h"
-#include "omapsdl.h"
+#include "osdl.h"
 
 
 static int omap_available(void) 
index 8465efb..e52acdf 100644 (file)
@@ -11,7 +11,7 @@
 #include <sys/time.h>
 #include <SDL/SDL.h>
 
-#include "omapsdl.h"
+#include "osdl.h"
 
 static struct SDL_PrivateVideoData state;
 static SDL_Surface *g_screen;