Re: Font debugging code - Mailing list pgadmin-hackers

From Andreas Pflug
Subject Re: Font debugging code
Date
Msg-id 3F8ECE0D.4090903@pse-consulting.de
Whole thread Raw
In response to Re: Font debugging code  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgadmin-hackers
Dave Page wrote:

>
>
>
>
>>-----Original Message-----
>>From: Andreas Pflug [mailto:pgadmin@pse-consulting.de]
>>Sent: 16 October 2003 14:49
>>To: Dave Page
>>Cc: pgadmin-hackers
>>Subject: Re: [pgadmin-hackers] Font debugging code
>>
>>
>>Huh, that's bloody wrong.
>>Did you by any chance define wxDIALOG_UNIT_COMPATIBILITY  to
>>1?
>>
>>
>
>I didn't set it to 1, it was already 1 as that's the default. I will try
>0 when I get a few minutes.
>
>Perhaps we should document the important settings in setup.h?
>
>
We should...

Attached a patch to include/wx/msw/setup0.h, which sets all needed
macros to a sensible default. This should be in our wx snapshot.

Regards,
Andreas

Index: setup0.h
===================================================================
RCS file: /pack/cvsroots/wxwindows/wxWindows/include/wx/msw/setup0.h,v
retrieving revision 1.162
diff -r1.162 setup0.h
61c61
< #define wxDIALOG_UNIT_COMPATIBILITY   1
---
> #define wxDIALOG_UNIT_COMPATIBILITY   0
151c151
<     #define wxUSE_UNICODE 0
---
>     #define wxUSE_UNICODE 1
195c195
< #define wxUSE_EXCEPTIONS    1
---
> #define wxUSE_EXCEPTIONS    0

pgadmin-hackers by date:

Previous
From: Raphaël Enrici
Date:
Subject: Re: SSL detection bug is back under debian...
Next
From: Andreas Pflug
Date:
Subject: Re: Font debugging code