X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2FXAtom.hh;h=d92b01f0f0b3265d69423c03ffb7f8427ce8c26b;hb=9af642d29918e8b36d7f1fd17e4c771662d4fe97;hp=f2dae637f798f5d60671f4ecb38b3c99941419ea;hpb=aa9ade7a902a3482fd68d05393fe53dac47a4df5;p=chaz%2Fopenbox diff --git a/src/XAtom.hh b/src/XAtom.hh index f2dae637..d92b01f0 100644 --- a/src/XAtom.hh +++ b/src/XAtom.hh @@ -78,6 +78,9 @@ public: blackbox_change_window_focus, blackbox_cycle_window_focus, + openbox_show_root_menu, + openbox_show_workspace_menu, + // NETWM atoms // root window properties net_supported, @@ -216,7 +219,7 @@ public: // sends a client message a window void sendClientMessage(Window target, Atoms type, Window about, long data = 0, long data1 = 0, long data2 = 0, - long data3 = 0) const; + long data3 = 0, long data4 = 0) const; // temporary function!! remove when not used in blackbox.hh anymore!! inline Atom getAtom(Atoms a)