]> Dogcows Code - chaz/openbox/blob - screenwrap.h
2ca278cf8a5d02f09bbef8782229f32ae11e435b
[chaz/openbox] / screenwrap.h
1 #ifndef __screenwrap_h
2 #define __screenwrap_h
3
4 #include <Python.h>
5
6 /* ScreenWrap is a PyObject */
7 typedef struct ScreenWrap {
8 PyObject_HEAD
9 } ScreenWrap;
10
11 void screenwrap_startup();
12 void screenwrap_shutdown();
13
14 #endif
This page took 0.030578 seconds and 3 git commands to generate.