all repos — fluxbox @ 2afb87a4e48058aba8e58c37c6e4da62c5b8e80c

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

2afb87a4e48058aba8e58c37c6e4da62c5b8e80c

parent

33130ce0a6c5aaa3d1776d5bd4e373f0afc9d288

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

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

@@ -19,7 +19,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: FbAtoms.cc,v 1.7 2003/04/26 18:56:02 fluxgen Exp $ +// $Id: FbAtoms.cc,v 1.8 2003/05/13 11:47:29 fluxgen Exp $ #include "FbAtoms.hh" #include "App.hh"

@@ -52,6 +52,8 @@ }

void FbAtoms::initAtoms() { Display *display = FbTk::App::instance()->display(); + if (display == 0) + return; xa_wm_protocols = XInternAtom(display, "WM_PROTOCOLS", False); xa_wm_state = XInternAtom(display, "WM_STATE", False);