diff cairo/routines.d @ 26:06c30d250c0a

Cleanup
author "David Bryant <bagnose@gmail.com>"
date Thu, 16 Jul 2009 00:12:02 +0930
parents a24c13bb9c98
children
line wrap: on
line diff
--- a/cairo/routines.d	Wed Jul 15 23:49:02 2009 +0930
+++ b/cairo/routines.d	Thu Jul 16 00:12:02 2009 +0930
@@ -5,7 +5,7 @@
     import cairo.Context;
 }
 
-void rectangle(Context cr, Rectangle rectangle) {
+void rectangle(scope Context cr, in Rectangle rectangle) {
     cr.rectangle(rectangle.position.x, rectangle.position.y,
                  rectangle.size.x, rectangle.size.y);
 }