Loading

Paste #p1tainnyy

  1. {
  2.   GfxClippingArea clipping;
  3.   if (!clipping.Clip(r.left + WD_BEVEL_LEFT, r.top + WD_BEVEL_TOP, width, height)) break;
  4.  
  5.   // draw stuff
  6. }

Comments