Magellan Linux

Annotation of /trunk/tigervnc/patches/tigervnc-1.0.1-r4008.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1201 - (hide annotations) (download)
Mon Nov 22 23:25:59 2010 UTC (13 years, 5 months ago) by niro
File size: 666 byte(s)
-patches for 1.0.1 against xorg-server-1.7
1 niro 1201 Index: unix/vncviewer/OptionsDialog.h
2     ===================================================================
3     --- unix/vncviewer/OptionsDialog.h (revision 4007)
4     +++ unix/vncviewer/OptionsDialog.h (revision 4008)
5     @@ -39,7 +39,7 @@
6     public TXCheckboxCallback, public TXEntryCallback {
7     public:
8     OptionsDialog(Display* dpy, OptionsDialogCallback* cb_)
9     - : TXDialog(dpy, 400, 450, _("VNC Viewer: Connection Options")), cb(cb_),
10     + : TXDialog(dpy, 450, 450, _("VNC Viewer: Connection Options")), cb(cb_),
11     formatAndEnc(dpy, _("Encoding and Color Level:"), this),
12     inputs(dpy, _("Inputs:"), this),
13     misc(dpy, _("Misc:"), this),