blob: 41b734ac5f1253442d2a4cd6bef409cd79c7b7fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/****************************************************************************
* mga_esc.c
*
* ESC call implementation
*
* (C) Matrox Graphics, Inc.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
int mga_foo;
|