X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2FXAtom.hh;h=2def1c6caf56399d5b1110704ecb7c768915ee83;hb=cc5bde6d00892cf27fcb6e4e0b4974bcecca265f;hp=8c790bf654df54cb348d691de8e36aa90c9a1f5d;hpb=94d86896b499b75aab5a587a958b2245282d9353;p=chaz%2Fopenbox diff --git a/src/XAtom.hh b/src/XAtom.hh index 8c790bf6..2def1c6c 100644 --- a/src/XAtom.hh +++ b/src/XAtom.hh @@ -147,6 +147,7 @@ public: kde_net_system_tray_windows, kde_net_wm_system_tray_window_for, + kde_net_wm_window_type_override, // constant for how many atoms exist in the enumerator NUM_ATOMS @@ -215,7 +216,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)