~ubuntu-branches/ubuntu/lucid/graphviz/lucid-security

« back to all changes in this revision

Viewing changes to lefty/ws/none/gcommon.c

  • Committer: Bazaar Package Importer
  • Author(s): Stephen M Moraco
  • Date: 2002-02-05 18:52:12 UTC
  • Revision ID: james.westby@ubuntu.com-20020205185212-8i04c70te00rc40y
Tags: upstream-1.7.16
ImportĀ upstreamĀ versionĀ 1.7.16

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#pragma prototyped
 
2
/* Lefteris Koutsofios - AT&T Bell Laboratories */
 
3
 
 
4
#include "common.h"
 
5
#include "g.h"
 
6
#include "gcommon.h"
 
7
#include "mem.h"
 
8
 
 
9
int Gxfd;
 
10
Widget Groot;
 
11
Display *Gdisplay;
 
12
int Gpopdownflag;
 
13
int Gscreenn;
 
14
int Gdepth;
 
15
 
 
16
int Ginitgraphics (void) {
 
17
    return 0;
 
18
}
 
19
 
 
20
int Gtermgraphics (void) {
 
21
    return 0;
 
22
}
 
23
 
 
24
int Gsync (void) {
 
25
    return 0;
 
26
}
 
27
 
 
28
int Gresetbstate (int wi) {
 
29
    return 0;
 
30
}
 
31
 
 
32
int Gprocessevents (int waitflag, Geventmode_t mode) {
 
33
    return 0;
 
34
}