Patch level : 10.0
Files correlati : agalib Ricompilazione Demo : [ ] Commento : Eliminato warning su uso scorreto di BOOLEAN al posto di bool git-svn-id: svn://10.65.10.50/trunk@16066 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
db6f95f715
commit
566d5e5efc
@ -103,7 +103,7 @@ void advanced_draw_text_line(TWindow& win, const char* text, const RCT& r, char
|
||||
if (restore_clip)
|
||||
{
|
||||
RCT clipper;
|
||||
can_draw = xvt_rect_intersect(&clipper, &orig, (RCT*)&r);
|
||||
can_draw = xvt_rect_intersect(&clipper, &orig, (RCT*)&r) != 0;
|
||||
if (can_draw)
|
||||
xvt_dwin_set_clip(w, (RCT*)&clipper);
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user