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.
我正在使用 xlib 绘制图形并提供一些事件作为输入以在窗口上绘制某些内容。我想知道如何保存这些事件结果?因为在窗口调整大小时,我的所有结果都消失了。
我如何保存每个事件的结果,以便在调整大小时(它调用暴露事件)先前事件的结果保留在屏幕上。
我记得 xlib 如果您在调整大小时丢失了窗口的内容,这意味着您没有为刷新事件注册回调。将您的绘图代码复制到此回调中,一切都应该没问题。