1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +01:00

*** empty log message ***

This commit is contained in:
kojima
2001-01-16 16:08:40 +00:00
parent fea4c4c84e
commit b4851afbb7
12 changed files with 52 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
/*
* Window Maker window manager
*
* Copyright (c) 1997, 1998 Alfredo K. Kojima
* Copyright (c) 1997-2001 Alfredo K. Kojima
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -28,6 +28,10 @@
#include <proplist.h>
#ifdef XINERAMA
#include <X11/Xinerama.h>
#endif
#define WTB_LEFT 0
#define WTB_RIGHT 1
@@ -89,6 +93,12 @@ typedef struct _WScreen {
Visual *w_visual;
int w_depth;
Colormap w_colormap; /* our colormap */
#ifdef XINERAMA
XineramaScreenInfo *xine_screens;
int xine_count; /* 0 means not active */
int xine_primary_screen; /* main working screen */
#endif
Window no_focus_win; /* window to get focus when nobody
* else can do it */