aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-10-23 17:32:30 (GMT)
committerfluxgen <fluxgen>2002-10-23 17:32:30 (GMT)
commita1a01de8f92098ec1cc23f46188a4c4c9b752200 (patch)
treecce3084243d7f423a2250e539fb6a87bc974d4f0 /src/Window.cc
parentac00b050de43727a0e1f7d94eed0e17e72830590 (diff)
downloadfluxbox-a1a01de8f92098ec1cc23f46188a4c4c9b752200.zip
fluxbox-a1a01de8f92098ec1cc23f46188a4c4c9b752200.tar.bz2
removed obsolete NEWWMSPEC
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc27
1 files changed, 2 insertions, 25 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 7cbc253..7401358 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.cc,v 1.92 2002/10/22 14:39:21 fluxgen Exp $ 25// $Id: Window.cc,v 1.93 2002/10/23 17:31:23 fluxgen Exp $
26 26
27#include "Window.hh" 27#include "Window.hh"
28 28
@@ -757,22 +757,6 @@ void FluxboxWindow::createButton(int type, ButtonEventProc pressed, ButtonEventP
757 buttonlist.push_back(b); 757 buttonlist.push_back(b);
758} 758}
759 759
760#ifdef NEWWMSPEC
761//TODO!!
762
763void FluxboxWindow::updateNETWMAtoms() {
764
765}
766
767int FluxboxWindow::getNETWMWindowState() {
768
769}
770
771void FluxboxWindow::loadNETWMWorkspaceAtom() {
772
773}
774
775#endif //!NEWWMSPEC
776 760
777Window FluxboxWindow::findTitleButton(int type) { 761Window FluxboxWindow::findTitleButton(int type) {
778 for (unsigned int i=0; i<buttonlist.size(); i++) { 762 for (unsigned int i=0; i<buttonlist.size(); i++) {
@@ -2705,14 +2689,7 @@ void FluxboxWindow::propertyNotifyEvent(Atom atom) {
2705 if (m_windowmenu.get()) 2689 if (m_windowmenu.get())
2706 m_windowmenu->reconfigure(); 2690 m_windowmenu->reconfigure();
2707 } 2691 }
2708 } else { 2692 }
2709
2710#ifdef NEWWMSPEC
2711 bool val = false;
2712 if (!val)
2713 handleNETWMPropertyNotify(atom);
2714#endif // NEWWMSPEC
2715 }
2716 break; 2693 break;
2717 } 2694 }
2718 2695