From 6188650ce975e287c7c8644927cd5d01e7cc7baa Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 17 Jan 2003 06:40:00 +0000 Subject: rm my lucid experiment --- otk_c/screeninfo.h | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 otk_c/screeninfo.h (limited to 'otk_c/screeninfo.h') diff --git a/otk_c/screeninfo.h b/otk_c/screeninfo.h deleted file mode 100644 index 70ce7d3a..00000000 --- a/otk_c/screeninfo.h +++ /dev/null @@ -1,36 +0,0 @@ -// -*- mode: C; indent-tabs-mode: nil; c-basic-offset: 2; -*- -#ifndef __screeninfo_h -#define __screeninfo_h - -#include -#include - -extern PyTypeObject OtkScreenInfo_Type; - -struct OtkRect; - -typedef struct OtkScreenInfo { - PyObject_HEAD - int screen; - Window root_window; - - int depth; - Visual *visual; - Colormap colormap; - - PyStringObject *display_string; - struct OtkRect *rect; // OtkRect -#ifdef XINERAMA - PyListObject *xinerama_areas; // holds OtkRect's - Bool xinerama_active; -#endif -} OtkScreenInfo; - -//! Creates an OtkScreenInfo for a screen -/*! - @param num The number of the screen on the display for which to fill the - struct with information. Must be a value >= 0. -*/ -PyObject *OtkScreenInfo_New(int num); - -#endif // __screeninfo_h -- cgit v1.2.3