atoms.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef KWIN_ATOMS_H
00013 #define KWIN_ATOMS_H
00014 #include <X11/Xlib.h>
00015
00016 namespace KWinInternal
00017 {
00018
00019 class Atoms
00020 {
00021 public:
00022 Atoms();
00023
00024 Atom kwin_running;
00025
00026 Atom wm_protocols;
00027 Atom wm_delete_window;
00028 Atom wm_take_focus;
00029 Atom wm_change_state;
00030 Atom wm_client_leader;
00031
00032 Atom motif_wm_hints;
00033 Atom net_wm_context_help;
00034 Atom net_wm_ping;
00035 Atom kde_wm_change_state;
00036 Atom net_wm_user_time;
00037 Atom kde_net_wm_user_creation_time;
00038 Atom kde_system_tray_embedding;
00039 };
00040
00041
00042 extern Atoms* atoms;
00043
00044 }
00045
00046 #endif
This file is part of the documentation for kwin Library Version 3.2.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Mar 5 04:41:13 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003