diff options
| author | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2013-09-03 19:44:41 -0700 |
|---|---|---|
| committer | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2013-09-03 19:44:41 -0700 |
| commit | 1a6483f0abe666ef68c040f7c03fd3cf2c2d138f (patch) | |
| tree | 0351ee4d7b0814af641e982d43dc19428352b0d0 /xorg/X11R7.6/rdp/rdpPolyFillRect.c | |
| parent | ece8f1fb47c584a63160fc2a339ebc015185f878 (diff) | |
| parent | dde6192b6ebc9a4b1fb8124b2d4c9330179650ad (diff) | |
| download | xrdp-proprietary-1a6483f0abe666ef68c040f7c03fd3cf2c2d138f.tar.gz xrdp-proprietary-1a6483f0abe666ef68c040f7c03fd3cf2c2d138f.zip | |
Merge branch 'master' of github.com:neutrinolabs/xrdp
Diffstat (limited to 'xorg/X11R7.6/rdp/rdpPolyFillRect.c')
| -rw-r--r-- | xorg/X11R7.6/rdp/rdpPolyFillRect.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xorg/X11R7.6/rdp/rdpPolyFillRect.c b/xorg/X11R7.6/rdp/rdpPolyFillRect.c index e51fca4c..1043a5d9 100644 --- a/xorg/X11R7.6/rdp/rdpPolyFillRect.c +++ b/xorg/X11R7.6/rdp/rdpPolyFillRect.c @@ -105,7 +105,7 @@ rdpPolyFillRect(DrawablePtr pDrawable, GCPtr pGC, int nrectFill, if (g_do_dirty_ons) { - LLOGLN(10, ("rdpPolyFillRect: gettig dirty")); + LLOGLN(10, ("rdpPolyFillRect: getting dirty")); g_screenPriv.is_dirty = 1; pDirtyPriv = &g_screenPriv; dirty_type = RDI_IMGLL; @@ -122,7 +122,7 @@ rdpPolyFillRect(DrawablePtr pDrawable, GCPtr pGC, int nrectFill, if (g_do_dirty_os) { - LLOGLN(10, ("rdpPolyFillRect: gettig dirty")); + LLOGLN(10, ("rdpPolyFillRect: getting dirty")); pDstPriv->is_dirty = 1; pDirtyPriv = pDstPriv; dirty_type = RDI_FILL; @@ -148,7 +148,7 @@ rdpPolyFillRect(DrawablePtr pDrawable, GCPtr pGC, int nrectFill, if (g_do_dirty_ons) { - LLOGLN(10, ("rdpPolyFillRect: gettig dirty")); + LLOGLN(10, ("rdpPolyFillRect: getting dirty")); g_screenPriv.is_dirty = 1; pDirtyPriv = &g_screenPriv; dirty_type = RDI_IMGLL; |
