Skip to content

Commit

Permalink
touchups in Workspace.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
shaleh committed May 3, 2002
1 parent ddf3902 commit 05533a0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Workspace.cc
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,8 @@ void Workspace::showAll(void) {


void Workspace::hideAll(void) {
// XXX: why is the order they are withdrawn important?
// withdraw in reverse order to minimize the number of Expose events

/* make a temporary list in reverse order */
BlackboxWindowList lst(stackingList.rbegin(), stackingList.rend());

BlackboxWindowList::iterator it = lst.begin();
Expand All @@ -160,9 +159,6 @@ void Workspace::removeAll(void) {


void Workspace::raiseWindow(BlackboxWindow *w) {
// XXX: if the next line is used, blackbox parts stop raising over windows
// if (stackingList.front() == w) return;

BlackboxWindow *win = (BlackboxWindow *) 0, *bottom = w;

while (bottom->isTransient()) {
Expand Down

0 comments on commit 05533a0

Please sign in to comment.