src/gui/painting/qregion.cpp
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 30 5dc02b23752f
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
  3132 SOFTWARE.
  3132 SOFTWARE.
  3133 
  3133 
  3134 ************************************************************************/
  3134 ************************************************************************/
  3135 /* $XFree86: xc/lib/X11/PolyReg.c,v 1.1.1.2.8.2 1998/10/04 15:22:49 hohndel Exp $ */
  3135 /* $XFree86: xc/lib/X11/PolyReg.c,v 1.1.1.2.8.2 1998/10/04 15:22:49 hohndel Exp $ */
  3136 
  3136 
  3137 #define LARGE_COORDINATE 1000000
  3137 #define LARGE_COORDINATE INT_MAX
  3138 #define SMALL_COORDINATE -LARGE_COORDINATE
  3138 #define SMALL_COORDINATE INT_MIN
  3139 
  3139 
  3140 /*
  3140 /*
  3141  *     InsertEdgeInET
  3141  *     InsertEdgeInET
  3142  *
  3142  *
  3143  *     Insert the given edge into the edge table.
  3143  *     Insert the given edge into the edge table.