octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GUI won't build with older QScintilla


From: John W. Eaton
Subject: Re: GUI won't build with older QScintilla
Date: Mon, 29 Apr 2013 03:40:26 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121122 Icedove/10.0.11

On 04/28/2013 10:32 AM, Catalin Codreanu wrote:

Why wouldn't a simple :

#ifndef SCI_SETFIRSTVISIBLELINE
     #define SCI_SETFIRSTVISIBLELINE (2613)
#endif // SCI_SETFIRSTVISIBLELINE

be enough to fix this problem ?

If unknown message IDs are ignored, then for this case I think it is OK to just use this simpler method and avoid a configure check.

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]