Jean-Marc Lasgouttes wrote: > Angus> Attached is the gtk patch, as promised. Please confirm it > works for you. > > Angus> Jean-Marc, does this look OK to you? > > Yes, but I have a question: why do we have all these xpm files in > src/frontends/gimages? Aren't they something that the other > frontends can use? Shouldn't they be somewhere else?
Maybe. However, 'make distdir' should not be broken pending such a decision, so I'll commit this little patch. Having looked at the image files, they're all used by Huang Ying's math dialog. As this stuff is very much a work-in-progress, I think they should stay where they are. ./GMathPanel.C:#include "gimages/ams_arrow.xpm" ./GMathPanel.C:#include "gimages/ams_misc.xpm" ./GMathPanel.C:#include "gimages/ams_brel.xpm" ./GMathPanel.C:#include "gimages/ams_nrel.xpm" ./GMathPanel.C:#include "gimages/ams_ops.xpm" ./GMathPanel.C:#include "gimages/arrow.xpm" ./GMathPanel.C:#include "gimages/boperator.xpm" ./GMathPanel.C:#include "gimages/brelats.xpm" ./GMathPanel.C:#include "gimages/dots.xpm" ./GMathPanel.C:#include "gimages/greek.xpm" ./GMathPanel.C:#include "gimages/misc.xpm" ./GMathPanel.C:#include "gimages/varsize.xpm" -- Angus