File: DispP.h

package info (click to toggle)
xfireworks 1.3-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 416 kB
  • ctags: 465
  • sloc: ansic: 3,110; makefile: 122; sh: 52
file content (25 lines) | stat: -rw-r--r-- 775 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef _XFIREWORKS_DispP_h_INCLUDED_
#define _XFIREWORKS_DispP_h_INCLUDED_

#include "Disp.h"

typedef struct _Disp {
  Display * display;
  int screen;
  Window root_window;
  Pixmap pixmap;
  Colormap colormap;
  int width, height;
  unsigned int depth;
  int direct_draw;
} _Disp;

/*****************************************************************************/
/* ޤ                                                                  */
/*****************************************************************************/

#endif

/*****************************************************************************/
/* End of File.                                                              */
/*****************************************************************************/