Ignore:
Timestamp:
Oct 13, 1999, 4:24:49 PM (26 years ago)
Author:
sandervl
Message:

lots of changes

File:
1 edited

Legend:

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

    r1258 r1265  
    1 /* $Id: listbox.cpp,v 1.3 1999-10-12 18:14:55 sandervl Exp $ */
     1/* $Id: listbox.cpp,v 1.4 1999-10-13 14:24:24 sandervl Exp $ */
    22/*
    33 * Listbox controls
     
    1717#include "winerror.h"
    1818#include "combo.h"
     19#include <misc.h>
    1920
    2021/* Unimplemented yet:
     
    329330            (descr->height % descr->item_height))
    330331        {
    331             //TRACE("[%04x]: changing height %d -> %d\n",
    332             //             wnd->hwndSelf, descr->height,
    333             //             descr->height - descr->height%descr->item_height );
     332            dprintf(("LISTBOX: [%04x]: changing height %d -> %d\n",
     333                    hwnd, descr->height,
     334                    descr->height - descr->height%descr->item_height));
    334335            SetWindowPos( hwnd, 0, 0, 0,
    335336                            descr->width,
Note: See TracChangeset for help on using the changeset viewer.