[cairo-commit] [cairo-www] src/SDL.mdwn

Chris Wilson ickle at freedesktop.org
Thu Oct 30 10:18:24 PDT 2008


 src/SDL.mdwn |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 37df37ecdb220c802f8ad93206ce9a43bab31a9f
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Thu Oct 30 17:18:07 2008 +0000

    [SDL] escape underscores.

diff --git a/src/SDL.mdwn b/src/SDL.mdwn
index 0b1a581..661f0ad 100644
--- a/src/SDL.mdwn
+++ b/src/SDL.mdwn
@@ -7,8 +7,8 @@ For Visual Studio unzip it and add the SDL\include directory, SDL.lib
 and SDLMain.lib to your project, just like you did with cairo.
 
 Drawing with cairo to an SDL Surface is quite simple, as all you need to
-do is create a cairo_surface_t from the SDL_Surface using
-cairo_sdl_surface_create(). (This surface is a full cairo surface and so
+do is create a `cairo_surface_t` from the SDL_Surface using
+`cairo_sdl_surface_create()`. (This surface is a full cairo surface and so
 may be used as a source for other (non-SDL) contexts, etc.)
 For demonstration purposes, see the SDL/cairo version of the cairo clock
 [[source_code|sdl-clock.c]]. A [[makefile|Makefile]] for this


More information about the cairo-commit mailing list