• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • twin
 

twin

  • twin
atoms.h
1/*****************************************************************
2 KWin - the KDE window manager
3 This file is part of the KDE project.
4
5Copyright (C) 1999, 2000 Matthias Ettrich <ettrich@kde.org>
6Copyright (C) 2003 Lubos Lunak <l.lunak@kde.org>
7
8You can Freely distribute this program under the GNU General Public
9License. See the file "COPYING" for the exact licensing terms.
10******************************************************************/
11
12#ifndef KWIN_ATOMS_H
13#define KWIN_ATOMS_H
14#include <X11/Xlib.h>
15
16namespace KWinInternal
17{
18
19class Atoms
20 {
21 public:
22 Atoms();
23
24 Atom twin_running;
25
26 Atom wm_protocols;
27 Atom wm_delete_window;
28 Atom wm_take_focus;
29 Atom wm_change_state;
30 Atom wm_client_leader;
31
32 Atom motif_wm_hints;
33 Atom net_wm_context_help;
34 Atom net_wm_ping;
35 Atom kde_wm_change_state;
36 Atom net_wm_user_time;
37 Atom kde_net_wm_user_creation_time;
38 Atom kde_system_tray_embedding;
39 Atom net_wm_take_activity;
40 Atom net_wm_window_opacity;
41 Atom net_wm_window_shadow;
42 Atom net_wm_window_shade;
43 Atom net_wm_window_shapable;
44 Atom net_wm_window_decohash;
45 Atom net_wm_system_modal_notification;
46 Atom xdnd_aware;
47 Atom xdnd_position;
48 Atom net_frame_extents;
49 Atom kde_net_wm_frame_strut;
50 };
51
52
53extern Atoms* atoms;
54
55} // namespace
56
57#endif

twin

Skip menu "twin"
  • Main Page
  • Alphabetical List
  • Class List
  • File List
  • Class Members

twin

Skip menu "twin"
  • kate
  • libkonq
  • twin
  •   lib
Generated for twin by doxygen 1.9.4
This website is maintained by Timothy Pearson.