]> Dogcows Code - chaz/openbox/blobdiff - otk_c/display.h
add some const
[chaz/openbox] / otk_c / display.h
index f13c52fbfc57ec71b6c19b8eab2521f9a8b6d3a0..32e92c4a6aee6e1c9f6356a4ae50d55668f5ad60 100644 (file)
@@ -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
This page took 0.025203 seconds and 4 git commands to generate.