Re: Frame and Button Edges

2004-11-06 Thread William Poetra Yoga H
--- Dan Kegel <[EMAIL PROTECTED]> wrote: > > Patch submitted to wine-cvs. Hope it gets committed :) > > I hope you meant wine-patches. wine-cvs is only for things > that have already been committed, I think... > - Dan > Yeah, sorry. I meant wine-patches... _

Re: Frame and Button Edges

2004-11-06 Thread Dan Kegel
[EMAIL PROTECTED] wrote: > Patch submitted to wine-cvs. Hope it gets committed :) I hope you meant wine-patches. wine-cvs is only for things that have already been committed, I think... - Dan -- Trying to get a job as a c++ developer? See http://kegel.com/academy/getting-hired.html

Re: Frame and Button Edges

2004-11-06 Thread William Poetra Yoga H
Sorry, the fix was trivial (or at least I think it is). After I wandered around on the net for a while I think I found a solution to the edges problem: buttons should be drawn with a BF_SOFT border type. Patch submitted to wine-cvs. Hope it gets committed :) __

Frame and Button Edges

2004-11-06 Thread William Poetra Yoga H
This is about frame edges and button edges on WINE... On Windows, the default behavior is the outer left-top edge of a frame is painted with COLOR_BTNFACE and the inner left-top is colored with something white (COLOR_BTNHILIGHT maybe???). But for caption buttons and push buttons, they are reversed