]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/clipbrd.h
Some more wxMotif improvements: DrawIcon fixed; generic notebook
[wxWidgets.git] / include / wx / gtk / clipbrd.h
index 5f7a92eead4d654426a58d8f1ba164270e2a078f..f34bcb9f8d670d52796367cc094563024620950d 100644 (file)
@@ -73,10 +73,10 @@ public:
  
   bool              m_open;
   
+  bool              m_ownsClipboard;
+  bool              m_ownsPrimarySelection;
+  
   wxList            m_dataObjects;
-  char             *m_sentString, 
-                  *m_receivedString;
-  void             *m_receivedTargets;
   GtkWidget        *m_clipboardWidget;
   
   bool              m_formatSupported;