typesafety
This commit is contained in:
parent
55b2aaf973
commit
57fec1aba5
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
// -*- mode: C; indent-tabs-mode: nil; -*-
|
// -*- mode: C; indent-tabs-mode: nil; c-basic-offset: 2; -*-
|
||||||
#ifndef __screeninfo_h
|
#ifndef __screeninfo_h
|
||||||
#define __screeninfo_h
|
#define __screeninfo_h
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ typedef struct OtkScreenInfo {
|
||||||
PyStringObject *display_string;
|
PyStringObject *display_string;
|
||||||
struct OtkRect *rect; // OtkRect
|
struct OtkRect *rect; // OtkRect
|
||||||
#ifdef XINERAMA
|
#ifdef XINERAMA
|
||||||
PyObject *xinerama_areas; // PyListObject[OtkRect]
|
PyListObject *xinerama_areas; // holds OtkRect's
|
||||||
Bool xinerama_active;
|
Bool xinerama_active;
|
||||||
#endif
|
#endif
|
||||||
} OtkScreenInfo;
|
} OtkScreenInfo;
|
||||||
|
|
Loading…
Reference in a new issue