File: DispP.h

package info (click to toggle)
xfireworks 1.3-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,036 kB
  • sloc: ansic: 6,896; makefile: 383; sh: 40
file content (25 lines) | stat: -rw-r--r-- 779 bytes parent folder | download
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.                                                              */
/*****************************************************************************/