- Psi will now sign out before Windows or Mac OS X machines go to 'sleep' - The default text input line in the chat dialogs starts at one line tall, and grows as necessary. - The Roster can now be automatically resized to fit all contacts. - The Roster now has a menu bar available on Windows and Linux - Chat windows can be collected together using tabs - On Windows and Mac OS X, selected text may be automatically copied to the clipboard. - Mac OS X builds now enjoy Growl(.info) support - Photos are now available in the VCard dialog - New default colour scheme - Roster and chat dialog opacity is now configurable on Windows and Mac OS X - The colour scheme is now slightly more configurable - Assorted minor feature additions and bug fixes - Number of unread messages is now visible in the dock on Mac OS X - GPG passphrases are now cached during the entire Psi session - 'Authorization received' messages can now be ignored - Roster and chat windows can be made transparent
14 lines
480 B
Text
14 lines
480 B
Text
$NetBSD: patch-aa,v 1.6 2006/01/23 17:05:02 xtraeme Exp $
|
|
|
|
--- src/tools/openpgp/gpgproc/jprocess_unix.cpp.orig 2006-01-23 17:21:43.000000000 +0100
|
|
+++ src/tools/openpgp/gpgproc/jprocess_unix.cpp 2006-01-23 17:22:01.000000000 +0100
|
|
@@ -35,6 +35,9 @@
|
|
**
|
|
**********************************************************************/
|
|
|
|
+#define BSD_COMP
|
|
+#include <sys/ioctl.h>
|
|
+
|
|
#include "qplatformdefs.h"
|
|
|
|
// Solaris redefines connect -> __xnet_connect with _XOPEN_SOURCE_EXTENDED.
|