gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11278: Fix cairo build by providing


From: John Wimer
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11278: Fix cairo build by providing forward definition and some code formatting cleanup
Date: Fri, 17 Jul 2009 20:49:45 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11278
committer: John Wimer <address@hidden>
branch nick: trunk
timestamp: Fri 2009-07-17 20:49:45 +0200
message:
  Fix cairo build by providing forward definition and some code formatting 
cleanup
modified:
  gui/gtk_glue.h
  gui/gtk_glue_cairo.h
=== modified file 'gui/gtk_glue.h'
--- a/gui/gtk_glue.h    2009-07-10 15:44:55 +0000
+++ b/gui/gtk_glue.h    2009-07-17 18:49:45 +0000
@@ -26,6 +26,8 @@
 namespace gnash
 {
 
+class Renderer;
+
 class GtkGlue
 {
   public:

=== modified file 'gui/gtk_glue_cairo.h'
--- a/gui/gtk_glue_cairo.h      2009-07-10 15:44:55 +0000
+++ b/gui/gtk_glue_cairo.h      2009-07-17 18:49:45 +0000
@@ -43,10 +43,10 @@
     cairo_surface_t* createSimilarSurface(const int& width, const int& height);
     cairo_surface_t* createMemorySurface(const int& width, const int& height);
 
-    cairo_t     *_cairo_handle;
-    cairo_t     *_cairo_offscreen;
+    cairo_t* _cairo_handle;
+    cairo_t* _cairo_offscreen;
     Renderer* _renderer;
-    GdkImage*       _image;
+    GdkImage* _image;
 };
 
 } // namespace gnash


reply via email to

[Prev in Thread] Current Thread [Next in Thread]