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.

29 lines
1.2 KiB

  1. /****************************************************************************/
  2. // ncmdata.c
  3. //
  4. // Cursor manager data
  5. //
  6. // Copyright (C) 1996-2000 Microsoft Corporation
  7. /****************************************************************************/
  8. #include <ndcgdata.h>
  9. /****************************************************************************/
  10. /* Handle to the cursor manager work bitmap. */
  11. /****************************************************************************/
  12. DC_DATA(HBITMAP, cmWorkBitmap24, NULL);
  13. #ifdef DC_HICOLOR
  14. DC_DATA (HBITMAP,cmWorkBitmap16, NULL);
  15. #endif
  16. /****************************************************************************/
  17. /* Cursor stamp */
  18. /****************************************************************************/
  19. DC_DATA(UINT32, cmNextCursorStamp, 0);
  20. /****************************************************************************/
  21. /* Cursor cache handle */
  22. /****************************************************************************/
  23. DC_DATA(CHCACHEHANDLE, cmCursorCacheHandle, 0);