equal
deleted
inserted
replaced
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); |