update
This commit is contained in:
parent
e7cf418395
commit
30bd98456e
1 changed files with 3 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: Ewmh.hh,v 1.14 2004/01/19 18:21:51 fluxgen Exp $
|
||||
// $Id: Ewmh.hh,v 1.15 2004/01/20 14:30:33 fluxgen Exp $
|
||||
|
||||
#include "AtomHandler.hh"
|
||||
|
||||
|
@ -50,7 +50,6 @@ public:
|
|||
void updateHints(FluxboxWindow &win);
|
||||
void updateWorkspace(FluxboxWindow &win);
|
||||
|
||||
|
||||
bool checkClientMessage(const XClientMessageEvent &ce,
|
||||
BScreen * screen, WinClient * const winclient);
|
||||
|
||||
|
@ -93,6 +92,8 @@ private:
|
|||
m_net_wm_state_fullscreen,
|
||||
m_net_wm_state_hidden,
|
||||
m_net_wm_state_skip_taskbar,
|
||||
m_net_wm_state_below,
|
||||
m_net_wm_state_above,
|
||||
|
||||
m_net_wm_strut, m_net_wm_icon_geometry, m_net_wm_icon, m_net_wm_pid,
|
||||
m_net_wm_handled_icons;
|
||||
|
|
Loading…
Reference in a new issue