Ignore:
Timestamp:
Nov 30, 2001, 2:53:50 PM (24 years ago)
Author:
sandervl
Message:

change menu hilite background color in OS/2 look mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/oslibwin.cpp

    r7063 r7500  
    1 /* $Id: oslibwin.cpp,v 1.109 2001-10-15 17:09:03 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.110 2001-11-30 13:53:49 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    10691069//******************************************************************************
    10701070//******************************************************************************
     1071ULONG  OSLibWinQuerySysColor(int index)
     1072{
     1073    return CONVERT_RGB(WinQuerySysColor(HWND_DESKTOP, index, 0));
     1074}
     1075//******************************************************************************
     1076//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.