2007-01-05 Alp Toker <alp@atoker.com>
[mono.git] / mcs / class / Mono.Cairo / Mono.Cairo / SurfacePattern.cs
index 63844f7c7053c5db43a40ca4d15cc94e0fed796d..ae9899bc1f54b03f849ba38e9902ca6b61c89ff1 100644 (file)
@@ -33,6 +33,10 @@ namespace Cairo {
    
        public class SurfacePattern : Pattern
        {
+               internal SurfacePattern (IntPtr handle) : base (handle)
+               {
+               }
+
                public SurfacePattern (Surface surface)
                {
                        pattern = CairoAPI.cairo_pattern_create_for_surface (surface.Handle);