~ubuntu-branches/ubuntu/saucy/gnash/saucy-proposed

« back to all changes in this revision

Viewing changes to plugin/win32/plugin.h

  • Committer: Bazaar Package Importer
  • Author(s): Sindhudweep Narayan Sarkar
  • Date: 2009-10-07 00:06:10 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20091007000610-mj9rwqe774gizn1j
Tags: 0.8.6-0ubuntu1
new upstream release 0.8.6 (LP: #435897)

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include "Player.h"
34
34
#include "URL.h"
35
35
#include "sound_handler.h"
36
 
#include "render_handler.h"
37
 
#include "render_handler_agg.h"
 
36
#include "Renderer.h"
 
37
#include "Renderer_agg.h"
38
38
#include "MovieClip.h"
39
39
#include "movie_definition.h"
40
40
#include "movie_root.h"
101
101
    unsigned char* _memaddr;
102
102
 
103
103
    std::auto_ptr<gnash::media::sound_handler> _sound_handler;
104
 
    gnash::render_handler* _render_handler;
 
104
    gnash::Renderer* _Renderer;
105
105
 
106
106
    // Mouse state.
107
107
    int mouse_x;