Ignore:
Timestamp:
Jan 11, 2000, 6:34:44 PM (26 years ago)
Author:
cbratschi
Message:

fixed dialog rect

File:
1 edited

Legend:

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

    r2408 r2410  
    1 /* $Id: oslibwin.cpp,v 1.35 2000-01-11 13:52:18 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.36 2000-01-11 17:34:43 cbratschi Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    2626#include "oslibgdi.h"
    2727#include "pmwindow.h"
    28 
    29 #define HAS_3DFRAME(exStyle) \
    30     ((exStyle & WS_EX_CLIENTEDGE_W) || (exStyle & WS_EX_STATICEDGE_W) || (exStyle & WS_EX_WINDOWEDGE_W))
    3128
    3229//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.