]> git.pld-linux.org Git - packages/WindowMaker.git/blob - WindowMaker-wine.patch
- rel 19; fix build
[packages/WindowMaker.git] / WindowMaker-wine.patch
1 --- wmaker-0.92.0/src/wmspec.c  2005-05-15 18:41:09.000000000 +0200
2 +++ wmaker-0.92.0/src/wmspec.c  2006-12-15 23:32:09.000000000 +0100
3 @@ -1268,11 +1273,13 @@
4          XFree(data);
5      }
6  
7 -    ChangeStackingLevel(wwin->frame->core, layer);
8 -    wwin->frame->flags.need_texture_change = 1;
9 -    wWindowConfigureBorders(wwin);
10 -    wFrameWindowPaint(wwin->frame);
11 -    wNETWMUpdateActions(wwin, False);
12 +    if (wwin->frame) {
13 +        ChangeStackingLevel(wwin->frame->core, layer);
14 +        wwin->frame->flags.need_texture_change = 1;
15 +        wWindowConfigureBorders(wwin);
16 +        wFrameWindowPaint(wwin->frame);
17 +        wNETWMUpdateActions(wwin, False);
18 +    }
19  }
20  
21  
This page took 0.057549 seconds and 3 git commands to generate.