graphicscomposition/openwfcompositionengine/composition/src/wfcapi.c
changeset 110 7f25ef56562d
parent 0 5d03bc08d59c
child 152 9f1c3fea0f87
equal deleted inserted replaced
98:bf7481649c98 110:7f25ef56562d
     1 /* Copyright (c) 2009 The Khronos Group Inc.
     1 /* Copyright (c) 2009-2010 The Khronos Group Inc.
     2  *
     2  *
     3  * Permission is hereby granted, free of charge, to any person obtaining a
     3  * Permission is hereby granted, free of charge, to any person obtaining a
     4  * copy of this software and/or associated documentation files (the
     4  * copy of this software and/or associated documentation files (the
     5  * "Materials"), to deal in the Materials without restriction, including
     5  * "Materials"), to deal in the Materials without restriction, including
     6  * without limitation the rights to use, copy, modify, merge, publish,
     6  * without limitation the rights to use, copy, modify, merge, publish,
   999 /*=========================================================================*/
   999 /*=========================================================================*/
  1000 /* 11. TEST ONLY API FOR ON SCREEN IMAGE EXPORTING                         */
  1000 /* 11. TEST ONLY API FOR ON SCREEN IMAGE EXPORTING                         */
  1001 /*=========================================================================*/
  1001 /*=========================================================================*/
  1002 
  1002 
  1003 WFC_API_CALL WFCNativeStreamType WFC_APIENTRY
  1003 WFC_API_CALL WFCNativeStreamType WFC_APIENTRY
  1004 wfcGetOnScreenStream(WFCDevice dev, WFCContext ctx) WFC_APIEXIT
  1004 extwfcGetOnScreenStream(WFCDevice dev, WFCContext ctx) WFC_APIEXIT
  1005 {
  1005 {
  1006 	WFC_DEVICE*             device;
  1006 	WFC_DEVICE*             device;
  1007 	WFC_CONTEXT*            context;
  1007 	WFC_CONTEXT*            context;
  1008 
  1008 
  1009 	GET_DEVICE(device, dev, WFC_INVALID_HANDLE);
  1009 	GET_DEVICE(device, dev, WFC_INVALID_HANDLE);