~ubuntu-branches/ubuntu/edgy/libxfont/edgy-updates

« back to all changes in this revision

Viewing changes to src/stubs/csignal.c

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Parra Novo
  • Date: 2006-07-19 16:05:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060719160502-f769vluylmsem3vz
Tags: 1:1.2.0-0ubuntu1
* New Upstream version
* Dropped (empty) patch directory
* Re-Dropped libfontcache.so.0 from libxfont1.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $XFree86$ */
2
 
 
3
1
#ifdef HAVE_CONFIG_H
4
2
#include <config.h>
5
3
#endif
6
4
#include "stubs.h"
7
5
 
8
 
Bool
 
6
weak Bool
9
7
ClientSignal(ClientPtr client)
10
8
{
11
9
    return True;
12
10
}
13
 
 
14
 
/* end of file */