- Unbreak - Switch to options helpers PR: 185885 Submitted by: hardy.schumacher@gmx.de Approved by: maintainer timeout (anatoly.borodin@gmail.com, 2 years)
11 lines
353 B
C
11 lines
353 B
C
--- tools/dfbdump.c.orig 2012-05-23 13:43:12 UTC
|
|
+++ tools/dfbdump.c
|
|
@@ -68,6 +68,8 @@
|
|
#include <core/windows_internal.h>
|
|
#include <core/wm.h>
|
|
|
|
+typedef unsigned long ulong;
|
|
+
|
|
static DirectFBPixelFormatNames( format_names );
|
|
|
|
/**********************************************************************************************************************/
|