aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-05-11 17:14:41 (GMT)
committerfluxgen <fluxgen>2003-05-11 17:14:41 (GMT)
commitc188d1d39a57d9a16a220a0663024fcd919b0ad0 (patch)
tree54869068a6d3b55fcaa77d910687faa04554a581 /src/Window.cc
parent7149b4dd5b403cdb7a84ca627496aeb997322abf (diff)
downloadfluxbox-c188d1d39a57d9a16a220a0663024fcd919b0ad0.zip
fluxbox-c188d1d39a57d9a16a220a0663024fcd919b0ad0.tar.bz2
minor cleaning
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 4e49091..9b563b0 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.170 2003/05/11 15:32:23 fluxgen Exp $ 25// $Id: Window.cc,v 1.171 2003/05/11 17:14:41 fluxgen Exp $
26 26
27#include "Window.hh" 27#include "Window.hh"
28 28
@@ -857,7 +857,7 @@ void FluxboxWindow::getWMProtocols() {
857 else if (proto[i] == fbatoms->getWMTakeFocusAtom()) 857 else if (proto[i] == fbatoms->getWMTakeFocusAtom())
858 send_focus_message = true; 858 send_focus_message = true;
859 else if (proto[i] == fbatoms->getFluxboxStructureMessagesAtom()) 859 else if (proto[i] == fbatoms->getFluxboxStructureMessagesAtom())
860 screen().addNetizen(new Netizen(screen(), m_client->window())); 860 screen().addNetizen(m_client->window());
861 } 861 }
862 862
863 XFree(proto); 863 XFree(proto);
@@ -2855,7 +2855,7 @@ void FluxboxWindow::doSnapping(int &orig_left, int &orig_top) {
2855 // now check window edges 2855 // now check window edges
2856 2856
2857 Workspace::Windows &wins = 2857 Workspace::Windows &wins =
2858 screen().getCurrentWorkspace()->getWindowList(); 2858 screen().getCurrentWorkspace()->windowList();
2859 2859
2860 Workspace::Windows::iterator it = wins.begin(); 2860 Workspace::Windows::iterator it = wins.begin();
2861 Workspace::Windows::iterator it_end = wins.end(); 2861 Workspace::Windows::iterator it_end = wins.end();