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 Atom net_wm_take_activity;
00040 };
00041
00042
00043 extern Atoms* atoms;
00044
00045 }
00046
00047 #endif
This file is part of the documentation for kwin Library Version 3.3.0.