Changeset 1027 for trunk/src/comctl32


Ignore:
Timestamp:
Sep 23, 1999, 7:26:29 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

Location:
trunk/src/comctl32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/hotkey.c

    r1022 r1027  
    1 /* $Id: hotkey.c,v 1.8 1999-09-23 15:50:21 cbratschi Exp $ */
     1/* $Id: hotkey.c,v 1.9 1999-09-23 17:26:29 cbratschi Exp $ */
    22/*
    33 * Hotkey control
     
    2424
    2525  GetClientRect(hwnd,&rect);
    26   InflateRect(&rect,-2,-2);
     26  InflateRect(&rect,-1,-2); //CB: x only -1 -> bug!
    2727  InvalidateRect(hwnd,&rect,FALSE);
    2828}
  • trunk/src/comctl32/makefile

    r604 r1027  
    1 # $Id: makefile,v 1.14 1999-08-21 12:29:29 sandervl Exp $
     1# $Id: makefile,v 1.15 1999-09-23 17:26:29 cbratschi Exp $
    22#
    33# PD-Win32 API
     
    99PDWIN32_LIB = ..\..\lib
    1010PDWIN32_BIN = ..\..\bin
     11PDWIN32_TOOLS = ..\..\tools\bin
    1112
    1213
     
    3839              $(PDWIN32_LIB)/user32.lib  $(PDWIN32_LIB)/odincrt.lib \
    3940              OS2386.LIB  $(RTLLIB_O)
    40               rc rsrc.res comctl32.dll
     41              rc rsrc.res $(TARGET).dll
    4142        $(CP) $@ $(PDWIN32_BIN)
    4243
Note: See TracChangeset for help on using the changeset viewer.