aboutsummaryrefslogtreecommitdiff
path: root/src/FbAtoms.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2002-12-01 13:42:15 (GMT)
committerrathnor <rathnor>2002-12-01 13:42:15 (GMT)
commit28b5c604490094e187494dcc566bd3d7a05a2c25 (patch)
tree8f78f5714a5cd055c10b067a2656fe7b2338e71a /src/FbAtoms.hh
parentb9134162f9633784d9097df18769a699a62650fe (diff)
downloadfluxbox-28b5c604490094e187494dcc566bd3d7a05a2c25.zip
fluxbox-28b5c604490094e187494dcc566bd3d7a05a2c25.tar.bz2
Indenting from tabs to emacs 4-space
Diffstat (limited to 'src/FbAtoms.hh')
-rw-r--r--src/FbAtoms.hh108
1 files changed, 54 insertions, 54 deletions
diff --git a/src/FbAtoms.hh b/src/FbAtoms.hh
index 80844e2..327e26e 100644
--- a/src/FbAtoms.hh
+++ b/src/FbAtoms.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: FbAtoms.hh,v 1.7 2002/09/07 20:10:54 fluxgen Exp $ 22// $Id: FbAtoms.hh,v 1.8 2002/12/01 13:41:56 rathnor Exp $
23#ifndef FBATOMS_HH 23#ifndef FBATOMS_HH
24#define FBATOMS_HH 24#define FBATOMS_HH
25 25
@@ -31,72 +31,72 @@
31*/ 31*/
32class FbAtoms { 32class FbAtoms {
33public: 33public:
34 explicit FbAtoms(Display *display); 34 explicit FbAtoms(Display *display);
35 virtual ~FbAtoms(); 35 virtual ~FbAtoms();
36 static FbAtoms *instance(); 36 static FbAtoms *instance();
37 37
38 38
39 inline Atom getWMChangeStateAtom() const { return xa_wm_change_state; } 39 inline Atom getWMChangeStateAtom() const { return xa_wm_change_state; }
40 inline Atom getWMStateAtom() const { return xa_wm_state; } 40 inline Atom getWMStateAtom() const { return xa_wm_state; }
41 inline Atom getWMDeleteAtom() const { return xa_wm_delete_window; } 41 inline Atom getWMDeleteAtom() const { return xa_wm_delete_window; }
42 inline Atom getWMProtocolsAtom() const { return xa_wm_protocols; } 42 inline Atom getWMProtocolsAtom() const { return xa_wm_protocols; }
43 inline Atom getWMTakeFocusAtom() const { return xa_wm_take_focus; } 43 inline Atom getWMTakeFocusAtom() const { return xa_wm_take_focus; }
44 inline Atom getWMColormapAtom() const { return xa_wm_colormap_windows; } 44 inline Atom getWMColormapAtom() const { return xa_wm_colormap_windows; }
45 inline Atom getMotifWMHintsAtom() const { return motif_wm_hints; } 45 inline Atom getMotifWMHintsAtom() const { return motif_wm_hints; }
46 46
47 // this atom is for normal app->WM hints about decorations, stacking, 47 // this atom is for normal app->WM hints about decorations, stacking,
48 // starting workspace etc... 48 // starting workspace etc...
49 inline Atom getFluxboxHintsAtom() const { return blackbox_hints;} 49 inline Atom getFluxboxHintsAtom() const { return blackbox_hints;}
50 50
51 // these atoms are for normal app->WM interaction beyond the scope of the 51 // these atoms are for normal app->WM interaction beyond the scope of the
52 // ICCCM... 52 // ICCCM...
53 inline Atom getFluxboxAttributesAtom() const { return blackbox_attributes; } 53 inline Atom getFluxboxAttributesAtom() const { return blackbox_attributes; }
54 inline Atom getFluxboxChangeAttributesAtom() const { return blackbox_change_attributes; } 54 inline Atom getFluxboxChangeAttributesAtom() const { return blackbox_change_attributes; }
55 55
56 // these atoms are for window->WM interaction, with more control and 56 // these atoms are for window->WM interaction, with more control and
57 // information on window "structure"... common examples are 57 // information on window "structure"... common examples are
58 // notifying apps when windows are raised/lowered... when the user changes 58 // notifying apps when windows are raised/lowered... when the user changes
59 // workspaces... i.e. "pager talk" 59 // workspaces... i.e. "pager talk"
60 inline Atom getFluxboxStructureMessagesAtom() const{ return blackbox_structure_messages; } 60 inline Atom getFluxboxStructureMessagesAtom() const{ return blackbox_structure_messages; }
61 61
62 // *Notify* portions of the NETStructureMessages protocol 62 // *Notify* portions of the NETStructureMessages protocol
63 inline Atom getFluxboxNotifyStartupAtom() const { return blackbox_notify_startup; } 63 inline Atom getFluxboxNotifyStartupAtom() const { return blackbox_notify_startup; }
64 inline Atom getFluxboxNotifyWindowAddAtom() const { return blackbox_notify_window_add; } 64 inline Atom getFluxboxNotifyWindowAddAtom() const { return blackbox_notify_window_add; }
65 inline Atom getFluxboxNotifyWindowDelAtom() const { return blackbox_notify_window_del; } 65 inline Atom getFluxboxNotifyWindowDelAtom() const { return blackbox_notify_window_del; }
66 inline Atom getFluxboxNotifyWindowFocusAtom() const { return blackbox_notify_window_focus; } 66 inline Atom getFluxboxNotifyWindowFocusAtom() const { return blackbox_notify_window_focus; }
67 inline Atom getFluxboxNotifyCurrentWorkspaceAtom() const { return blackbox_notify_current_workspace; } 67 inline Atom getFluxboxNotifyCurrentWorkspaceAtom() const { return blackbox_notify_current_workspace; }
68 inline Atom getFluxboxNotifyWorkspaceCountAtom() const { return blackbox_notify_workspace_count; } 68 inline Atom getFluxboxNotifyWorkspaceCountAtom() const { return blackbox_notify_workspace_count; }
69 inline Atom getFluxboxNotifyWindowRaiseAtom() const { return blackbox_notify_window_raise; } 69 inline Atom getFluxboxNotifyWindowRaiseAtom() const { return blackbox_notify_window_raise; }
70 inline Atom getFluxboxNotifyWindowLowerAtom() const { return blackbox_notify_window_lower; } 70 inline Atom getFluxboxNotifyWindowLowerAtom() const { return blackbox_notify_window_lower; }
71 71
72 // atoms to change that request changes to the desktop environment during 72 // atoms to change that request changes to the desktop environment during
73 // runtime... these messages can be sent by any client... as the sending 73 // runtime... these messages can be sent by any client... as the sending
74 // client window id is not included in the ClientMessage event... 74 // client window id is not included in the ClientMessage event...
75 inline Atom getFluxboxChangeWorkspaceAtom() const { return blackbox_change_workspace; } 75 inline Atom getFluxboxChangeWorkspaceAtom() const { return blackbox_change_workspace; }
76 inline Atom getFluxboxChangeWindowFocusAtom() const { return blackbox_change_window_focus; } 76 inline Atom getFluxboxChangeWindowFocusAtom() const { return blackbox_change_window_focus; }
77 inline Atom getFluxboxCycleWindowFocusAtom() const { return blackbox_cycle_window_focus; } 77 inline Atom getFluxboxCycleWindowFocusAtom() const { return blackbox_cycle_window_focus; }
78 78
79private: 79private:
80 void initAtoms(Display *disp); 80 void initAtoms(Display *disp);
81// NETAttributes 81// NETAttributes
82 Atom blackbox_attributes, blackbox_change_attributes, blackbox_hints; 82 Atom blackbox_attributes, blackbox_change_attributes, blackbox_hints;
83 83
84 // NETStructureMessages 84 // NETStructureMessages
85 Atom blackbox_structure_messages, blackbox_notify_startup, 85 Atom blackbox_structure_messages, blackbox_notify_startup,
86 blackbox_notify_window_add, blackbox_notify_window_del, 86 blackbox_notify_window_add, blackbox_notify_window_del,
87 blackbox_notify_window_focus, blackbox_notify_current_workspace, 87 blackbox_notify_window_focus, blackbox_notify_current_workspace,
88 blackbox_notify_workspace_count, blackbox_notify_window_raise, 88 blackbox_notify_workspace_count, blackbox_notify_window_raise,
89 blackbox_notify_window_lower; 89 blackbox_notify_window_lower;
90 90
91 // message_types for client -> wm messages 91 // message_types for client -> wm messages
92 Atom blackbox_change_workspace, blackbox_change_window_focus, 92 Atom blackbox_change_workspace, blackbox_change_window_focus,
93 blackbox_cycle_window_focus; 93 blackbox_cycle_window_focus;
94 94
95 Atom xa_wm_colormap_windows, xa_wm_protocols, xa_wm_state, 95 Atom xa_wm_colormap_windows, xa_wm_protocols, xa_wm_state,
96 xa_wm_delete_window, xa_wm_take_focus, xa_wm_change_state, 96 xa_wm_delete_window, xa_wm_take_focus, xa_wm_change_state,
97 motif_wm_hints; 97 motif_wm_hints;
98 bool m_init; 98 bool m_init;
99 static FbAtoms *s_singleton; 99 static FbAtoms *s_singleton;
100}; 100};
101 101
102#endif //FBATOMS_HH 102#endif //FBATOMS_HH