texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texmacs-dev] Windows TeXmacs problem


From: skhilji
Subject: [Texmacs-dev] Windows TeXmacs problem
Date: Wed, 21 Apr 2004 10:47:20 -0400

It crashed in the following function:  info was null.  The function does not 
check for null value---it should.

xlib.cpp

int XMapRaised(
Display*                display/* display */,
Window          w/* w */
){

    WINDOW_INFO *info;

    info = XGetWindowInfoStruct(w);

    XBufferBacking(w);
    //printf("Raising Window\n");
    
    if(info->parent != (Window)rootWindow->window)
      ShowWindow((HWND)w, SW_SHOWNOACTIVATE);
...






reply via email to

[Prev in Thread] Current Thread [Next in Thread]