closed memory leak
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7059 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
ee36ebc394
commit
96125e6e4a
@ -669,11 +669,6 @@ void fl_push_clip(int x, int y, int w, int h) {
|
|||||||
# error unsupported platform
|
# error unsupported platform
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#if defined(__APPLE_QUARTZ__)
|
|
||||||
else {
|
|
||||||
r = XRectangleRegion(x,y,w,h);
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
} else { // make empty clip region:
|
} else { // make empty clip region:
|
||||||
#if defined(USE_X11)
|
#if defined(USE_X11)
|
||||||
r = XCreateRegion();
|
r = XCreateRegion();
|
||||||
|
Loading…
Reference in New Issue
Block a user