diff options
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 27 |
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 | |||
763 | void FluxboxWindow::updateNETWMAtoms() { | ||
764 | |||
765 | } | ||
766 | |||
767 | int FluxboxWindow::getNETWMWindowState() { | ||
768 | |||
769 | } | ||
770 | |||
771 | void FluxboxWindow::loadNETWMWorkspaceAtom() { | ||
772 | |||
773 | } | ||
774 | |||
775 | #endif //!NEWWMSPEC | ||
776 | 760 | ||
777 | Window FluxboxWindow::findTitleButton(int type) { | 761 | Window 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 | ||