Ignore:
Timestamp:
Dec 9, 1999, 1:54:05 AM (26 years ago)
Author:
sandervl
Message:

Unicode <-> Ascii translation changes + fixes for window procedures

File:
1 edited

Legend:

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

    r1971 r2033  
    1 /* $Id: window.cpp,v 1.40 1999-12-05 00:31:49 sandervl Exp $ */
     1/* $Id: window.cpp,v 1.41 1999-12-09 00:53:38 sandervl Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    956956
    957957    if (!repaint) flags |= SWP_NOREDRAW;
    958     dprintf(("MoveWindow: %04x %d,%d %dx%d %d\n", hwnd, x, y, cx, cy, repaint ));
     958    dprintf(("MoveWindow: %x %d,%d %dx%d %d\n", hwnd, x, y, cx, cy, repaint ));
    959959
    960960    return SetWindowPos( hwnd, 0, x, y, cx, cy, flags );
     
    12771277        return 0;
    12781278    }
    1279     return window->IsUnicode();
     1279    return window->IsWindowUnicode();
    12801280}
    12811281/*****************************************************************************
Note: See TracChangeset for help on using the changeset viewer.