X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk_c%2Fscreeninfo.h;h=745d62adfccd38fda3c2417d6050dba6316b7b96;hb=57fec1aba539f195df2ded93d8c5c7f02c146619;hp=1a4aaea062bdde8a86ac3cd6dca10363868d2a0b;hpb=0820c5100d7ea8daed00e7b1bf183edc9414728f;p=chaz%2Fopenbox diff --git a/otk_c/screeninfo.h b/otk_c/screeninfo.h index 1a4aaea0..745d62ad 100644 --- 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 - PyObject *xinerama_areas; // PyListObject[OtkRect] + PyListObject *xinerama_areas; // holds OtkRect's Bool xinerama_active; #endif } OtkScreenInfo;