summaryrefslogtreecommitdiffstats
path: root/o3d/plugin/cross/o3d_glue.cc
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/plugin/cross/o3d_glue.cc')
-rw-r--r--o3d/plugin/cross/o3d_glue.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/o3d/plugin/cross/o3d_glue.cc b/o3d/plugin/cross/o3d_glue.cc
index 91a12f7..d041907 100644
--- a/o3d/plugin/cross/o3d_glue.cc
+++ b/o3d/plugin/cross/o3d_glue.cc
@@ -140,8 +140,13 @@ PluginObject::PluginObject(NPP npp)
xt_app_context_(NULL),
xt_interval_(0),
last_click_time_(0),
+ drawable_(0),
gtk_container_(NULL),
+ gtk_fullscreen_container_(NULL),
+ gtk_event_source_(NULL),
+ event_handler_id_(0),
timeout_id_(0),
+ fullscreen_pending_(false),
draw_(true),
in_plugin_(false),
#endif