summaryrefslogtreecommitdiffstats
path: root/patches/DirectFB-examples-1.2.0/use_ptx_logo.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/DirectFB-examples-1.2.0/use_ptx_logo.diff')
-rw-r--r--patches/DirectFB-examples-1.2.0/use_ptx_logo.diff17
1 files changed, 17 insertions, 0 deletions
diff --git a/patches/DirectFB-examples-1.2.0/use_ptx_logo.diff b/patches/DirectFB-examples-1.2.0/use_ptx_logo.diff
new file mode 100644
index 000000000..c3c4bc2c4
--- /dev/null
+++ b/patches/DirectFB-examples-1.2.0/use_ptx_logo.diff
@@ -0,0 +1,17 @@
+---
+ src/df_andi.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: src/df_andi.c
+===================================================================
+--- src/df_andi.c.orig
++++ src/df_andi.c
+@@ -513,7 +513,7 @@ static void init_resources( int argc, ch
+ tuximage->SetSrcColorKey( tuximage, 0x00, 0xFF, 0x00 );
+
+ /* load the background image */
+- DFBCHECK(dfb->CreateImageProvider( dfb, DATADIR"/wood_andi.jpg",
++ DFBCHECK(dfb->CreateImageProvider( dfb, DATADIR"/ptx_logo_640_480.png",
+ &provider ));
+
+ DFBCHECK (provider->GetSurfaceDescription (provider, &dsc));