src/gui/painting/qregion.cpp
branchRCL_3
changeset 7 3f74d0d4af4c
parent 4 3b1da2848fc7
equal deleted inserted replaced
6:dee5afe5301f 7:3f74d0d4af4c
  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.