pack_visibleregion.c revision e64031e20c39650a7bc902a3e1aba613b9415dee
/** @file
* VBox Packing VisibleRegion information
*/
/*
* Copyright (C) 2008 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* General Public License (GPL) as published by the Free Software
* Foundation, in version 2 as it comes in the "COPYING" file of the
* VirtualBox OSE distribution. VirtualBox OSE is distributed in the
* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
*/
#include "packer.h"
#include "cr_opcodes.h"
#include "cr_error.h"
#ifdef WINDOWS
#include <windows.h>
#endif
{
unsigned char *data_ptr;
(void) pc;
cnt = 16;
for (i=0; i<cRects; ++i)
{
cnt += 16;
}
}
{
crError( "crPackWindowVisibleRegionSWAP unimplemented and shouldn't be called" );
}