Author: mdk
Date: 2008-02-11 07:21:21 -0500 (Mon, 11 Feb 2008)
New Revision: 95432
Modified:
trunk/moon/src/runtime.cpp
Log:
Tiny ident fix.
Modified: trunk/moon/src/runtime.cpp
===================================================================
--- trunk/moon/src/runtime.cpp 2008-02-11 11:59:53 UTC (rev 95431)
+++ trunk/moon/src/runtime.cpp 2008-02-11 12:21:21 UTC (rev 95432)
@@ -100,23 +100,23 @@
cairo_t *
runtime_cairo_create (GdkWindow *drawable)
{
- GdkVisual *visual = NULL;
- int width, height;
- cairo_surface_t *surface;
- cairo_t *cr;
+ GdkVisual *visual = NULL;
+ int width, height;
+ cairo_surface_t *surface;
+ cairo_t *cr;
- visual = gdk_drawable_get_visual (drawable);
+ visual = gdk_drawable_get_visual (drawable);
- gdk_drawable_get_size (drawable, &width, &height);
- surface = cairo_xlib_surface_create (gdk_x11_drawable_get_xdisplay
(drawable),
- gdk_x11_drawable_get_xid (drawable),
- GDK_VISUAL_XVISUAL (visual),
- width, height);
+ gdk_drawable_get_size (drawable, &width, &height);
+ surface = cairo_xlib_surface_create (gdk_x11_drawable_get_xdisplay
(drawable),
+ gdk_x11_drawable_get_xid
(drawable),
+ GDK_VISUAL_XVISUAL (visual),
+ width, height);
- cr = cairo_create (surface);
- cairo_surface_destroy (surface);
+ cr = cairo_create (surface);
+ cairo_surface_destroy (surface);
- return cr;
+ return cr;
}
void
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches