diff options
Diffstat (limited to 'otk_c/display.h')
| -rw-r--r-- | otk_c/display.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
