win32: no logic, just white space changes

This commit is contained in:
Jay Sorg 2012-10-16 11:20:04 -07:00
parent e4307a547a
commit e0e61e078d
6 changed files with 12 additions and 13 deletions

View File

@ -107,4 +107,3 @@ void wf_cliprdr_check_owner(wfInfo* wfi)
{
}

View File

@ -198,8 +198,8 @@ void wf_Pointer_New(rdpContext* context, rdpPointer* pointer)
int width, height, bpp;
width = pointer->width;
height = pointer->height;
bpp = pointer->xorBpp;
height = pointer->height;
bpp = pointer->xorBpp;
if ((bpp != 1 && bpp != 8 && bpp != 15 && bpp != 16 && bpp != 24 && bpp != 32) ||
width > 32 || height > 32)