2007-11-27 19:40:25 +00:00
|
|
|
/********************************************************************
|
2007-04-29 17:35:43 +00:00
|
|
|
KWin - the KDE window manager
|
|
|
|
This file is part of the KDE project.
|
|
|
|
|
|
|
|
Copyright (C) 2006 Lubos Lunak <l.lunak@kde.org>
|
|
|
|
|
2007-11-27 19:40:25 +00:00
|
|
|
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
|
|
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*********************************************************************/
|
2007-04-29 17:35:43 +00:00
|
|
|
|
|
|
|
#ifndef KWIN_LIB_KWINGLOBALS_H
|
|
|
|
#define KWIN_LIB_KWINGLOBALS_H
|
|
|
|
|
2007-07-14 23:26:49 +00:00
|
|
|
#include <QtGui/QX11Info>
|
|
|
|
#include <QtCore/QPoint>
|
|
|
|
#include <QtGui/QRegion>
|
2007-04-29 17:35:43 +00:00
|
|
|
|
|
|
|
#include <kdemacros.h>
|
|
|
|
|
|
|
|
#include <X11/Xlib.h>
|
|
|
|
#include <fixx11h.h>
|
|
|
|
|
2007-12-17 14:14:53 +00:00
|
|
|
#include <kwinconfig.h>
|
|
|
|
|
2008-01-16 18:13:24 +00:00
|
|
|
#define KWIN_EXPORT KDE_EXPORT
|
|
|
|
|
2007-04-29 17:35:43 +00:00
|
|
|
namespace KWin
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
enum CompositingType
|
|
|
|
{
|
|
|
|
NoCompositing = 0,
|
|
|
|
OpenGLCompositing,
|
|
|
|
XRenderCompositing
|
|
|
|
};
|
|
|
|
|
|
|
|
enum clientAreaOption
|
|
|
|
{
|
|
|
|
PlacementArea, // geometry where a window will be initially placed after being mapped
|
|
|
|
MovementArea, // ??? window movement snapping area? ignore struts
|
|
|
|
MaximizeArea, // geometry to which a window will be maximized
|
|
|
|
MaximizeFullArea, // like MaximizeArea, but ignore struts - used e.g. for topmenu
|
|
|
|
FullScreenArea, // area for fullscreen windows
|
|
|
|
// these below don't depend on xinerama settings
|
|
|
|
WorkArea, // whole workarea (all screens together)
|
|
|
|
FullArea, // whole area (all screens together), ignore struts
|
|
|
|
ScreenArea // one whole screen, ignore struts
|
|
|
|
};
|
|
|
|
|
|
|
|
enum ElectricBorder
|
|
|
|
{
|
|
|
|
ElectricTop,
|
|
|
|
ElectricTopRight,
|
|
|
|
ElectricRight,
|
|
|
|
ElectricBottomRight,
|
|
|
|
ElectricBottom,
|
|
|
|
ElectricBottomLeft,
|
|
|
|
ElectricLeft,
|
|
|
|
ElectricTopLeft,
|
|
|
|
ELECTRIC_COUNT,
|
|
|
|
ElectricNone
|
|
|
|
};
|
|
|
|
|
2009-09-08 20:01:08 +00:00
|
|
|
enum ElectricMaximizingMode
|
|
|
|
{
|
|
|
|
ElectricMaximizeMode,
|
|
|
|
ElectricLeftMode,
|
|
|
|
ElectricRightMode
|
|
|
|
};
|
|
|
|
|
2009-09-13 17:09:44 +00:00
|
|
|
enum QuickTileMode
|
|
|
|
{
|
|
|
|
QuickTileNone,
|
|
|
|
QuickTileLeft,
|
|
|
|
QuickTileRight
|
|
|
|
};
|
|
|
|
|
2009-02-28 08:33:16 +00:00
|
|
|
// TODO: Hardcoding is bad, need to add some way of registering global actions to these.
|
|
|
|
// When designing the new system we must keep in mind that we have conditional actions
|
|
|
|
// such as "only when moving windows" desktop switching that the current global action
|
|
|
|
// system doesn't support.
|
|
|
|
enum ElectricBorderAction
|
|
|
|
{
|
|
|
|
ElectricActionNone, // No special action, not set, desktop switch or an effect
|
|
|
|
ElectricActionDashboard, // Launch the Plasma dashboard
|
2009-06-28 20:32:50 +00:00
|
|
|
ElectricActionShowDesktop, // Show desktop or restore
|
2009-02-28 08:33:16 +00:00
|
|
|
ELECTRIC_ACTION_COUNT
|
|
|
|
};
|
|
|
|
|
2007-04-29 17:35:43 +00:00
|
|
|
// DesktopMode and WindowsMode are based on the order in which the desktop
|
|
|
|
// or window were viewed.
|
|
|
|
// DesktopListMode lists them in the order created.
|
2009-09-13 11:36:45 +00:00
|
|
|
enum TabBoxMode
|
|
|
|
{
|
|
|
|
TabBoxDesktopMode, // Focus chain of desktops
|
|
|
|
TabBoxDesktopListMode, // Static desktop order
|
|
|
|
TabBoxWindowsMode, // Primary window switching mode
|
|
|
|
TabBoxWindowsAlternativeMode // Secondary window switching mode
|
|
|
|
};
|
2007-04-29 17:35:43 +00:00
|
|
|
|
|
|
|
inline
|
|
|
|
KWIN_EXPORT Display* display()
|
|
|
|
{
|
|
|
|
return QX11Info::display();
|
|
|
|
}
|
|
|
|
|
|
|
|
inline
|
|
|
|
KWIN_EXPORT Window rootWindow()
|
|
|
|
{
|
|
|
|
return QX11Info::appRootWindow();
|
|
|
|
}
|
|
|
|
|
|
|
|
inline
|
|
|
|
KWIN_EXPORT Window xTime()
|
|
|
|
{
|
|
|
|
return QX11Info::appTime();
|
|
|
|
}
|
|
|
|
|
|
|
|
inline
|
|
|
|
KWIN_EXPORT int displayWidth()
|
|
|
|
{
|
|
|
|
return XDisplayWidth( display(), DefaultScreen( display()));
|
|
|
|
}
|
|
|
|
|
|
|
|
inline
|
|
|
|
KWIN_EXPORT int displayHeight()
|
|
|
|
{
|
|
|
|
return XDisplayHeight( display(), DefaultScreen( display()));
|
|
|
|
}
|
|
|
|
|
2008-01-16 18:13:24 +00:00
|
|
|
/** @internal */
|
2007-09-26 16:31:06 +00:00
|
|
|
class KWIN_EXPORT Extensions
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
static void init();
|
|
|
|
static bool shapeAvailable() { return shape_version > 0; }
|
|
|
|
static bool shapeInputAvailable();
|
|
|
|
static int shapeNotifyEvent();
|
|
|
|
static bool hasShape( Window w );
|
|
|
|
static bool randrAvailable() { return has_randr; }
|
|
|
|
static int randrNotifyEvent();
|
|
|
|
static bool damageAvailable() { return has_damage; }
|
|
|
|
static int damageNotifyEvent();
|
|
|
|
static bool compositeAvailable() { return composite_version > 0; }
|
|
|
|
static bool compositeOverlayAvailable();
|
|
|
|
static bool renderAvailable() { return render_version > 0; }
|
|
|
|
static bool fixesAvailable() { return fixes_version > 0; }
|
|
|
|
static bool fixesRegionAvailable();
|
|
|
|
static bool glxAvailable() { return has_glx; }
|
|
|
|
static bool syncAvailable() { return has_sync; }
|
|
|
|
static int syncAlarmNotifyEvent();
|
2008-02-24 11:41:55 +00:00
|
|
|
static void fillExtensionsData( const char**& extensions, int& nextensions, int*&majors, int*& error_bases );
|
2007-09-26 16:31:06 +00:00
|
|
|
private:
|
2008-02-24 11:41:55 +00:00
|
|
|
static void addData( const char* name );
|
2007-09-26 16:31:06 +00:00
|
|
|
static int shape_version;
|
|
|
|
static int shape_event_base;
|
|
|
|
static bool has_randr;
|
|
|
|
static int randr_event_base;
|
|
|
|
static bool has_damage;
|
|
|
|
static int damage_event_base;
|
|
|
|
static int composite_version;
|
|
|
|
static int render_version;
|
|
|
|
static int fixes_version;
|
|
|
|
static bool has_glx;
|
|
|
|
static bool has_sync;
|
|
|
|
static int sync_event_base;
|
2008-02-24 11:41:55 +00:00
|
|
|
static const char* data_extensions[ 32 ];
|
|
|
|
static int data_nextensions;
|
|
|
|
static int data_opcodes[ 32 ];
|
|
|
|
static int data_error_bases[ 32 ];
|
2007-09-26 16:31:06 +00:00
|
|
|
};
|
|
|
|
|
2007-04-29 17:35:43 +00:00
|
|
|
} // namespace
|
|
|
|
|
|
|
|
#endif
|