Bläddra i källkod

This code is no longer needed now that we have dynamic resize.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4926 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v1.2.90
Pierre Ossman 12 år sedan
förälder
incheckning
275284f3fd
1 ändrade filer med 1 tillägg och 4 borttagningar
  1. 1
    4
      vncviewer/Viewport.cxx

+ 1
- 4
vncviewer/Viewport.cxx Visa fil

@@ -919,11 +919,8 @@ void Viewport::popupContextMenu()
case ID_FULLSCREEN:
if (window()->fullscreen_active())
window()->fullscreen_off();
else {
// See comment in DesktopWindow::handleOptions
window()->size_range(100, 100, 0, 0);
else
window()->fullscreen();
}
break;
#endif
case ID_RESIZE:

Laddar…
Avbryt
Spara