On Mon, 5 Feb 2007, Ola Lundqvist wrote:
Patches for such support is of course welcome. It should not be too hard
as the the same kind of checks could be done for those messages as well.
I think the attached does the trick. It's a very simple change thanks to
your previous work.
Looks like your build-deps are slightly out of date: they include x-dev,
which is now a dummy package depending on x11proto-core-dev.
--
http://rrt.sc3d.org/ | The old cliches are the best
--- vnc4-4.1.1+X4.3.0/unix/vncviewer/vncviewer.cxx 2007-02-14 21:06:37.000000000 +0000
+++ vncviewer.cxx 2007-02-14 00:51:35.000000000 +0000
@@ -326,7 +326,8 @@
vlog.info(e.str());
} catch (rdr::Exception& e) {
vlog.error(e.str());
- if (dpy) {
+ int popup = popupXDialog;
+ if (popup) {
TXMsgBox msgBox(dpy, e.str(), MB_OK, "VNC Viewer: Information");
msgBox.show();
}