Changeset 1027 for trunk/src/comctl32
- Timestamp:
- Sep 23, 1999, 7:26:29 PM (26 years ago)
- 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:21cbratschi Exp $ */1 /* $Id: hotkey.c,v 1.9 1999-09-23 17:26:29 cbratschi Exp $ */ 2 2 /* 3 3 * Hotkey control … … 24 24 25 25 GetClientRect(hwnd,&rect); 26 InflateRect(&rect,- 2,-2);26 InflateRect(&rect,-1,-2); //CB: x only -1 -> bug! 27 27 InvalidateRect(hwnd,&rect,FALSE); 28 28 } -
trunk/src/comctl32/makefile
r604 r1027 1 # $Id: makefile,v 1.1 4 1999-08-21 12:29:29 sandervlExp $1 # $Id: makefile,v 1.15 1999-09-23 17:26:29 cbratschi Exp $ 2 2 # 3 3 # PD-Win32 API … … 9 9 PDWIN32_LIB = ..\..\lib 10 10 PDWIN32_BIN = ..\..\bin 11 PDWIN32_TOOLS = ..\..\tools\bin 11 12 12 13 … … 38 39 $(PDWIN32_LIB)/user32.lib $(PDWIN32_LIB)/odincrt.lib \ 39 40 OS2386.LIB $(RTLLIB_O) 40 rc rsrc.res comctl32.dll41 rc rsrc.res $(TARGET).dll 41 42 $(CP) $@ $(PDWIN32_BIN) 42 43
Note:
See TracChangeset
for help on using the changeset viewer.