summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/Pattern.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/Pattern.h')
-rw-r--r--WebCore/platform/graphics/Pattern.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/Pattern.h b/WebCore/platform/graphics/Pattern.h
index 6981748..02ad3ec 100644
--- a/WebCore/platform/graphics/Pattern.h
+++ b/WebCore/platform/graphics/Pattern.h
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2006, 2007, 2008 Apple Computer, Inc. All rights reserved.
* Copyright (C) 2008 Eric Seidel <eric@webkit.org>
+ * Copyright (C) 2007-2008 Torch Mobile, Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -52,6 +53,8 @@ typedef wxGraphicsBrush* PlatformPatternPtr;
class wxBrush;
typedef wxBrush* PlatformPatternPtr;
#endif // USE(WXGC)
+#elif PLATFORM(WINCE)
+typedef void* PlatformPatternPtr;
#endif
namespace WebCore {