Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Xサーバーメモリに画像データを保存して、画像のレンダリング(スクロールなど)を高速化し、xクライアントへのラウンドトリップを減らす方法はありますか?
私はついにそれを行う方法を理解しました。バッキングピックスマップを使用することも、関数呼び出しgdk_draw_drawable()を使用してウィンドウの一部をドローアブルに直接コピーすることもできます。pixmapを使用すると、画像データがサーバー側に保存されるため、クライアントへのラウンドトリップの数が減ります。