Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.3 KiB

  1. /****************************************************************************/
  2. /* acmdata.c */
  3. /* */
  4. /* Cursor Manager Data */
  5. /* */
  6. /* Copyright(c) Microsoft, PictureTel 1992-1997 */
  7. /* Copyright (c) Microsoft 1997-1999 */
  8. /****************************************************************************/
  9. #include <ndcgdata.h>
  10. /****************************************************************************/
  11. // Capability storage for transfer to DD.
  12. /****************************************************************************/
  13. DC_DATA(unsigned, cmNewTxCacheSize, 0);
  14. DC_DATA(BOOLEAN, cmSendNativeColorDepth, FALSE); // New cursor protocol supported?
  15. /****************************************************************************/
  16. // Used to track whether we need to send a cursor packet.
  17. /****************************************************************************/
  18. DC_DATA(BOOLEAN, cmNeedToSendCursorShape, FALSE);
  19. DC_DATA(BOOLEAN, cmCursorHidden, FALSE);
  20. DC_DATA(UINT32, cmLastCursorStamp, 0);