]> Dogcows Code - chaz/openbox/blobdiff - otk/button.cc
add an OBRootWindow class that watches events/properties on root windows
[chaz/openbox] / otk / button.cc
index 1b2ef7cec45efee10b191d5353a1f6da47ac45dc..8dea882e461c41b07405be9f6d4f868a27242882 100644 (file)
@@ -1,3 +1,9 @@
+// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
+
+#ifdef HAVE_CONFIG_H
+# include "../config.h"
+#endif
+
 #include "button.hh"
 
 namespace otk {
@@ -14,8 +20,6 @@ OtkButton::OtkButton(OtkWidget *parent)
 
 OtkButton::~OtkButton()
 {
-  if (_pressed_focus_tx) delete _pressed_focus_tx;
-  if (_pressed_unfocus_tx) delete _pressed_unfocus_tx;
 }
 
 void OtkButton::press(unsigned int mouse_button)
This page took 0.022015 seconds and 4 git commands to generate.