~ubuntu-branches/ubuntu/jaunty/moon/jaunty

« back to all changes in this revision

Viewing changes to plugin/plugin.h

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2009-03-06 10:09:49 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090306100949-pgxjxjqltaxi12rz
Tags: 1.0.1-0ubuntu1
New upstream release (LP: #338665)

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
        NPWindow *window;      // Mozilla window object
138
138
        NPP instance;          // Mozilla instance object
139
139
        NPObject *rootobject;  // Mozilla jscript object wrapper
140
 
        bool xembed_supported; // XEmbed Extension supported
 
140
        guint32 xembed_supported; // XEmbed Extension supported
141
141
 
142
142
        GHashTable *wrapped_objects; // wrapped object cache
143
143
 
154
154
        char *onResize;
155
155
        char *id;
156
156
 
 
157
        // Relaxed mode enables compatibility quirks for handling
 
158
        // things like broken ASX playlists (Moonshine, abock)
 
159
        bool relaxed_media_mode;
 
160
 
157
161
        bool windowless;
158
162
        bool silverlight2;
159
163
        int maxFrameRate;