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

« back to all changes in this revision

Viewing changes to src/stubs/xpstubs.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
 
/*
4
 
  stub for XpClient* functions.
5
 
*/
6
 
 
7
1
#ifdef HAVE_CONFIG_H
8
2
#include <config.h>
9
3
#endif
10
4
#include "stubs.h"
11
5
 
12
 
Bool
 
6
weak Bool
13
7
XpClientIsBitmapClient(ClientPtr client)
14
8
{
15
9
    return True;
16
10
}
17
11
 
18
 
Bool
 
12
weak Bool
19
13
XpClientIsPrintClient(ClientPtr client, FontPathElementPtr fpe)
20
14
{
21
15
    return False;
22
16
}
23
 
 
24
 
/* end of file */