X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk_c%2Fdisplay.h;h=32e92c4a6aee6e1c9f6356a4ae50d55668f5ad60;hb=bc88d310fea71823fb2c61d071ff499579bffaba;hp=f13c52fbfc57ec71b6c19b8eab2521f9a8b6d3a0;hpb=cca7a6762d273815947bd5c7cc58ab6713693e8e;p=chaz%2Fopenbox diff --git a/otk_c/display.h b/otk_c/display.h index f13c52fb..32e92c4a 100644 --- a/otk_c/display.h +++ b/otk_c/display.h @@ -1,4 +1,4 @@ -// -*- mode: C; indent-tabs-mode: nil; -*- +// -*- mode: C; indent-tabs-mode: nil; c-basic-offset: 2; -*- #ifndef __display_h #define __display_h @@ -35,7 +35,7 @@ typedef struct OtkDisplay { int grab_count; //! A list of information for all screens on the display - PyObject *screenInfoList; // PyListObject + PyListObject *screenInfoList; } OtkDisplay; //! Opens the X display, and sets the global OBDisplay variable