pkgsrc/x11/kdebase3/patches/patch-fd
markd a897ec98eb Update to KDE 3.3
Changes:
* KControl
  o Add a brand new control center module to globally handle KDE visual
    themes. Lukas Tinkl
  o Add new control center module to test and calibrate joysticks Martin
    Koller
* Kicker
  o Cleaner look for the mini-pager providing for more contrast. Sandro
    Giessl
* KDM
  o Added "Lock session" checkbox to "Start New Session" confirmation
    dialog
* Konqueror
  o Let configure shortcuts of plugins actions. Olivier Goffart
  o Improve the bookmark sidebar module (Context menus, drag&drop) Sandro
    Giessl
  o Ask for confirmation when loading a profile and tabs are open Stephan
    Binner
  o Ask for confirmation when closing a webpage with modified form content
    Stephan Binner
  o Added option to hide "Delete" command on desktop and in file manager
  o Confirm closing many pages with "Close Other Tabs" command
  o Keybindings for switching to specific tab
  o Double click over empty tabbar space opens new tab
  o Mouse wheel over tabbar area switches tabs
  o Added option to activate previous active tab if closing the current one
  o kfmclient: Added command "newTab 'url' ['mimetype']"
  o Hidden options MaximumTabLength and MinimumTabLength (defaults to 3)
  o Count of files and folders on Folder Properties dialog box
* KDialog
  o a dialog for showing progress bars would be useful Stephan Binner
* KWin
  o Per window settings and improved "Store window settings" Lubos Lunak
  o Decoration API support for more buttons in titlebars Sandro Giessl
* KDCOP
  o More types supported for arguments (QSize, QPoint, QRect, QColor,
    QPixmap) Olivier Goffart
  o Show applications icons. Olivier Goffart
* Konsole
  o Tabbar button for closing tabs Kurt V. Hindenburg
* LDAP ioslave
  o Writing support, SASL authentication and SSL/TLS support Szombathelyi
    György
2004-08-21 12:35:15 +00:00

14 lines
359 B
Text

$NetBSD: patch-fd,v 1.4 2004/08/21 12:35:15 markd Exp $
--- kdm/kfrontend/kdm_greet.c.orig 2004-08-06 06:57:04.000000000 +1200
+++ kdm/kfrontend/kdm_greet.c
@@ -44,8 +44,8 @@
# include <sched.h>
#endif
-#if defined(HAVE_XTEST) || defined(HAVE_XKB)
# include <X11/Xlib.h>
+#if defined(HAVE_XTEST) || defined(HAVE_XKB)
# include <X11/keysym.h>
#endif