24#include <freerdp/config.h> 
   29#include <freerdp/freerdp.h> 
   30#include <freerdp/gdi/gdi.h> 
   31#include <freerdp/gdi/region.h> 
   32#include <freerdp/log.h> 
   37const char* gdi_rop_to_string(UINT32 code)
 
  353    case GDI_DSPDSonoxxn:
 
  354      return "DSPDSonoxxn";
 
  740    case GDI_DSPDSanaxxn:
 
  741      return "DSPDSanaxxn";
 
  809    case GDI_GLYPH_ORDER:
 
  824HGDI_BRUSH gdi_CreateSolidBrush(UINT32 crColor)
 
  831  hBrush->objectType = GDIOBJECT_BRUSH;
 
  832  hBrush->style = GDI_BS_SOLID;
 
  833  hBrush->color = crColor;
 
  850  hBrush->objectType = GDIOBJECT_BRUSH;
 
  851  hBrush->style = GDI_BS_PATTERN;
 
  852  hBrush->pattern = hbmp;
 
  863  hBrush->objectType = GDIOBJECT_BRUSH;
 
  864  hBrush->style = GDI_BS_HATCHED;
 
  865  hBrush->pattern = hbmp;