Ignore:
Timestamp:
Jul 21, 1999, 5:52:52 PM (26 years ago)
Author:
cbratschi
Message:

scrollbar WINE port

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/controls.cpp

    r351 r357  
    1212#include "button.h"
    1313#include "static.h"
     14#include "scroll.h"
    1415
    1516/* registration */
     
    2223  dprintf(("Register STATIC class"));
    2324  if (!STATIC_Register()) dprintf(("failed!!!"));
     25
     26  dprintf(("Register SCROLLBAR class"));
     27  if (!SCROLLBAR_Register()) dprintf(("failed!!!"));
    2428}
    2529
     
    3135  dprintf(("Unregister STATIC class"));
    3236  STATIC_Unregister();
     37
     38  dprintf(("Unregister SCROLLBAR class"));
     39  SCROLLBAR_Unregister();
    3340}
    3441
Note: See TracChangeset for help on using the changeset viewer.