win32: no logic, just white space changes
This commit is contained in:
parent
e4307a547a
commit
e0e61e078d
@ -107,4 +107,3 @@ void wf_cliprdr_check_owner(wfInfo* wfi)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user