>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: |
Lars> >>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | |
Lars> Lars> mmm but all of this should somehow be moved to the
Lars> frontends | Lars> directory. | | Lars> and if the other ports
Lars> have better / more native ways of doing | Lars> things that
Lars> should be prefered. | | As you like... I thought that all ports
Lars> were supposed to use the X11 | calls at first, even if we plan
Lars> to rewrite proper versions later.
Lars> Yes, sure but we must keep in mind where we want to end up.
Agreed.
Lars> LyXGui would be the wrong place... perhaps GUIRunTime would be
Lars> better as interim measure?
OK, I'll add static methods here. Should this thing be a namespace
instead of a class, or do we eventually plan to actually instanciate
one of these?
Also, we have in lyxgui.C
extern GUIRunTime guiruntime;
This is bogus, right? This guiruntime variable is not defined
anywhere.
JMarc