summaryrefslogtreecommitdiff
path: root/cairomm/xlib_surface.h
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2006-07-05 15:37:12 +0000
committerMurray Cumming <murrayc@murrayc.com>2006-07-05 15:37:12 +0000
commit68e569629b43cf6546980613eeebf0c059fef355 (patch)
tree86c9142e15550615c280b05ba781a057c04c2577 /cairomm/xlib_surface.h
parent57c1ebd87df368e3f625f84887779cb10f265e48 (diff)
2006-07-05 Murray Cumming <murrayc@murrayc.com>
* cairomm/context.h: * cairomm/fontface.h: * cairomm/pattern.h: * cairomm/surface.cc: * cairomm/surface.h: * cairomm/xlib_surface.cc: * cairomm/xlib_surface.h: Fix the generic text about reference-counted objects, because we no longer use copy constructors for this. And some pedantic white space changes.
Diffstat (limited to 'cairomm/xlib_surface.h')
-rw-r--r--cairomm/xlib_surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cairomm/xlib_surface.h b/cairomm/xlib_surface.h
index 8637293..cddd880 100644
--- a/cairomm/xlib_surface.h
+++ b/cairomm/xlib_surface.h
@@ -71,7 +71,7 @@ public:
* @param height the current height of drawable.
* @return A RefPtr to the newly created surface
*/
- static RefPtr<XlibSurface> create(Display *dpy, Drawable drawable, Visual *visual, int width, int height);
+ static RefPtr<XlibSurface> create(Display* dpy, Drawable drawable, Visual* visual, int width, int height);
/** Creates an Xlib surface that draws to the given bitmap. This will be
* drawn to as a CAIRO_FORMAT_A1 object.