projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55b2aaf
)
typesafety
author
Dana Jansens
<danakj@orodu.net>
Sat, 21 Dec 2002 14:53:36 +0000
(14:53 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 21 Dec 2002 14:53:36 +0000
(14:53 +0000)
otk_c/screeninfo.h
patch
|
blob
|
history
diff --git
a/otk_c/screeninfo.h
b/otk_c/screeninfo.h
index 1a4aaea062bdde8a86ac3cd6dca10363868d2a0b..745d62adfccd38fda3c2417d6050dba6316b7b96 100644
(file)
--- a/
otk_c/screeninfo.h
+++ b/
otk_c/screeninfo.h
@@
-1,4
+1,4
@@
-// -*- mode: C; indent-tabs-mode: nil; -*-
+// -*- mode: C; indent-tabs-mode: nil;
c-basic-offset: 2;
-*-
#ifndef __screeninfo_h
#define __screeninfo_h
@@
-20,7
+20,7
@@
typedef struct OtkScreenInfo {
PyStringObject *display_string;
struct OtkRect *rect; // OtkRect
#ifdef XINERAMA
- Py
Object *xinerama_areas; // PyListObject[OtkRect]
+ Py
ListObject *xinerama_areas; // holds OtkRect's
Bool xinerama_active;
#endif
} OtkScreenInfo;