/*************************************************************************** * Copyright (c) 2002-2006, Broadcom Corporation * All Rights Reserved * Confidential Property of Broadcom Corporation * * THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE * AGREEMENT BETWEEN THE USER AND BROADCOM. YOU HAVE NO RIGHT TO USE OR * EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT. * * $brcm_Workfile: bdcc_cfg.h $ * $brcm_Revision: 3 $ * $brcm_Date: 8/3/06 12:07p $ * * Module Description: * A common Private header for internal use of all bdcc708 files. * * Revision History: * * $brcm_Log: /BSEAV/lib/ccgfx/include/bdcc_cfg.h $ * * 3 8/3/06 12:07p btosi * PR22275: cleaned up the flashing implementation which uses two * surfaces, i.e. FLASH_BY_2SURFACES * * 2 7/7/06 12:30p btosi * PR22275: disable "FLASH_BY_2SURFACES" until it is working * * 2 7/7/06 11:57a btosi * PR22275: disable "FLASH_BY_2SURFACES" until it is working * * 2 7/7/06 11:56a btosi * PR22275: disable "FLASH_BY_2SURFACES" until it is working * * 1 3/17/05 6:20p shyam * PR 8365 : Add other sub-modules of ccgfx * ***************************************************************************/ #ifndef BDCC_CFG_H #define BDCC_CFG_H #define FLASH_BY_RERENDER 0 #define FLASH_BY_2SURFACES 0 #define CREATE_ONLY_VISIBLE_WINDOWS 0 #endif /* BDCC_CFG_H */ /* End Of File */