mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 06:25:49 +00:00
- Support for index NUMRESERVED in NtGdiGetDeviceCaps.
svn path=/trunk/; revision=6801
This commit is contained in:
parent
fcfd77241a
commit
c9d415f9d2
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
/* $Id: dc.c,v 1.100 2003/11/25 22:11:37 gvg Exp $
|
/* $Id: dc.c,v 1.101 2003/11/26 18:44:08 navaraf Exp $
|
||||||
*
|
*
|
||||||
* DC.C - Device context functions
|
* DC.C - Device context functions
|
||||||
*
|
*
|
||||||
|
@ -1209,7 +1209,7 @@ NtGdiGetDeviceCaps(HDC hDC,
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case NUMRESERVED:
|
case NUMRESERVED:
|
||||||
UNIMPLEMENTED; /* FIXME */
|
ret = 0;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case COLORRES:
|
case COLORRES:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue