Changeset 2443


Ignore:
Timestamp:
Jan 15, 2000, 3:17:22 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r2442 r2443  
    1  /* $Id: changelog,v 1.648 2000-01-14 22:08:26 achimha Exp $ */
     1 /* $Id: changelog,v 1.649 2000-01-15 14:17:22 cbratschi Exp $ */
     2
     3 2000-01-15: Christoph Bratschi <cbratschi@datacomm.ch>
     4        - USER32/NEW: cache menu and caption drawing
     5                      changed minimize button position
     6                      don't redraw system menu icon in menu.cpp
     7                      hilighted menubar items don't have an edge in Win9x
     8                      don't open system menu on mouseover if menubar is used and vice versa
     9                      show sysmenu on WM_NCRBUTTONUP with HTCAPTION set (todo: position)
     10                      use WIN32_STDCLASS2 for windows with CS_SAVEBITS class style
    211
    312 2000-01-14: Christoph Bratschi <cbratschi@datacomm.ch>
     
    3948                      disable logging in parts of code. Logging will only be
    4049                      done if the logcount is bigger than 0.
     50<<<<<<< ChangeLog
     51>>>>>>> 1.646
     52
     53=======
     54>>>>>>> 1.648
    4155
    4256 2000-01-12: Christoph Bratschi <cbratschi@datacomm.ch>
  • trunk/include/win/winuser.h

    r2434 r2443  
    1 /* $Id: winuser.h,v 1.28 2000-01-13 20:51:14 sandervl Exp $ */
     1/* $Id: winuser.h,v 1.29 2000-01-15 14:16:32 cbratschi Exp $ */
    22
    33#ifndef __INCLUDE_WINUSER_H
     
    10111011#define SC_SCREENSAVE   0xf140
    10121012#define SC_HOTKEY       0xf150
     1013#define SC_DEFAULT      0xF160
     1014#define SC_MONITORPOWER 0xF170
     1015#define SC_CONTEXTHELP  0xF180
     1016#define SC_SEPARATOR    0xF00F
    10131017
    10141018#define CS_VREDRAW          0x0001
Note: See TracChangeset for help on using the changeset viewer.