ftp.nice.ch/Attic/openStep/implementation/gnustep/sources/objcX-0.87.tgz#/objcX-0.87/appkit/publicWraps.c

This is publicWraps.c in view mode; [Download] [Up]

/* implementation for functions in publicWraps.h
 *
 * Copyright (C)  1993  The Board of Trustees of  
 * The Leland Stanford Junior University.  All Rights Reserved.
 *
 * Authors: Paul Kunz
 *
 * This file is part of an Objective-C class library for a window system
 *
 * publicWraps.c,v 1.4 1995/02/22 18:28:34 pfkeb Exp
 */

#include "publicWraps.h"

/* #include <X11/Xlib.h> */
#include <stdio.h>
/* Display *_i_Application___X_display(); */


void NXBeep( void )
{
#ifdef DEBUG
    printf("Beep!\n");
#endif
    putchar(7);
/*    XBell(_i_Application___X_display(),100); */

    return;
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.