This website works better with JavaScript.
Home
Help
Sign In
non
/
ntk
mirror of
https://github.com/original-male/ntk
Watch
1
Star
0
Fork
0
Code
Releases
2
Activity
Browse Source
Fix cairo region leak in clip_box().
tags/v1.3.1000
Jonathan Moore Liles
11 years ago
parent
3eaf27c16b
commit
b5541bf37c
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/fl_rect.cxx
+ 2
- 0
src/fl_rect.cxx
View File
@@ -729,6 +729,8 @@ int Fl_Graphics_Driver::clip_box(int x, int y, int w, int h, int& X, int& Y, int
cairo_region_overlap_t o = cairo_region_contains_rectangle( r, &rect );
cairo_region_destroy(t);
switch ( o )
{
case CAIRO_REGION_OVERLAP_IN:
Write
Preview
Loading…
Cancel
Save