• Ulrich Sibiller's avatar
    Window.c: Fix function assignment warning · d238db34
    Ulrich Sibiller authored
    Window.c: In function ‘nxagentFrameBufferPaintWindow’:
    Window.c:1968:31: warning: ISO C forbids assignment between function pointer and ‘void *’ [-Wpedantic]
       PaintWindowBackgroundBackup = pWin->drawable.pScreen -> PaintWindowBackground;
    d238db34
Window.c 98.5 KB