▲ | pjmlp 3 days ago | |||||||||||||||||||||||||||||||
Note that on X, client and server are inverted. | ||||||||||||||||||||||||||||||||
▲ | dpassens 3 days ago | parent | next [-] | |||||||||||||||||||||||||||||||
But GP used client and server correctly, no? In the traditional model, the server renders the text it received from the client. Nowadays, the client renders it itself and pushes the whole bitmap to the server. | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | 1718627440 3 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
I don't get how it could be the other way around? The domain here is controlling a display. A server does stuff, a client requests it. The X naming is exactly natural. The server draws and controls hardware, the client requests it. | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | xantronix 3 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||
I'm aware. The X server is the thing the user sits and operates. I've written quite a bit of Xlib code in my day. |