all repos — fluxbox @ 8832a07533a12e404bd9ee7370388157a19bd4d5

custom fork of the fluxbox windowmanager

cleaning
fluxgen fluxgen
commit

8832a07533a12e404bd9ee7370388157a19bd4d5

parent

45ed9ca96fcdbada802667264bb0ea50111a08b6

1 files changed, 4 insertions(+), 4 deletions(-)

jump to
M src/Screen.ccsrc/Screen.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Screen.cc,v 1.133 2003/04/25 11:56:13 fluxgen Exp $ +// $Id: Screen.cc,v 1.134 2003/04/25 16:07:46 fluxgen Exp $ #include "Screen.hh"

@@ -673,7 +673,7 @@ for (i = 0; i < (int) nchild; i++) {

if (children[i] == None) continue; - XWMHints *wmhints = XGetWMHints(getBaseDisplay()->getXDisplay(), + XWMHints *wmhints = XGetWMHints(FbTk::App::instance()->display(), children[i]); if (wmhints) {

@@ -1034,7 +1034,7 @@ if (! current_workspace || id >= workspacesList.size())

return; if (id != current_workspace->workspaceID()) { - XSync(BaseDisplay::getXDisplay(), true); + XSync(FbTk::App::instance()->display(), true); FluxboxWindow *focused = Fluxbox::instance()->getFocusedWindow(); #ifdef DEBUG cerr<<__FILE__<<"("<<__FUNCTION__<<"): focused = "<<focused<<endl;

@@ -1101,7 +1101,7 @@ if (!win)

win = Fluxbox::instance()->getFocusedWindow(); if (id != current_workspace->workspaceID()) { - XSync(BaseDisplay::getXDisplay(), True); + XSync(FbTk::App::instance()->display(), True); if (win && &win->getScreen() == this && (! win->isStuck())) {