all repos — openbox @ 57fec1aba539f195df2ded93d8c5c7f02c146619

openbox fork - make it a bit more like ryudo

typesafety
Dana Jansens danakj@orodu.net
commit

57fec1aba539f195df2ded93d8c5c7f02c146619

parent

55b2aaf973063796a668bc758232141c3d6f5cc9

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M otk_c/screeninfo.hotk_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 @@

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;