bitmaps or no?

2020-12-01 Thread James K. Lowden
I have a basic how-does-one question about scrolling text in a window. I have the beginnings of an application that reads troff ditroff output and renders it on-screen. The underlying libraries are -lGL -lglut -lX11 -lXi -lXft -lfontconfig -lcairo -lfreetype Let's say the rendering

Re: bitmaps or no?

2020-12-03 Thread Paul Vojta
On Tue, Dec 01, 2020 at 07:36:20PM -0500, James K. Lowden wrote: > I have a basic how-does-one question about scrolling text in a window. > [snip] > > What's the accepted way to do it? XCopyArea > --jkl Sincerely, Paul Vojta ___ xorg@lists.x.or

Re: bitmaps or no?

2020-12-04 Thread Ilya Anfimov
On Tue, Dec 01, 2020 at 07:36:20PM -0500, James K. Lowden wrote: > I have a basic how-does-one question about scrolling text in a window. > > I have the beginnings of an application that reads troff ditroff output > and renders it on-screen. The underlying libraries are > > -lGL -lglu