X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk_c%2Fdisplay.h;h=aa55e0b9b3e8678939e1a308d892df28132abff4;hb=0820c5100d7ea8daed00e7b1bf183edc9414728f;hp=f13c52fbfc57ec71b6c19b8eab2521f9a8b6d3a0;hpb=cca7a6762d273815947bd5c7cc58ab6713693e8e;p=chaz%2Fopenbox diff --git a/otk_c/display.h b/otk_c/display.h index f13c52fb..aa55e0b9 100644 --- a/otk_c/display.h +++ b/otk_c/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