]> Dogcows Code - chaz/openbox/blobdiff - openbox/prop.h
>:| I put old code back somehow.. thanks mika. hooray peer review :)
[chaz/openbox] / openbox / prop.h
index edaaf2e6b93f161f511ce05e788270a79e8b559c..051168a50b142486912d45ac555446d033809e51 100644 (file)
@@ -1,6 +1,7 @@
 /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
    prop.h for the Openbox window manager
+   Copyright (c) 2006        Mikael Magnusson
    Copyright (c) 2003        Ben Jansens
 
    This program is free software; you can redistribute it and/or modify
@@ -137,6 +138,7 @@ typedef struct Atoms {
     Atom net_wm_state_fullscreen;
     Atom net_wm_state_above;
     Atom net_wm_state_below;
+    Atom net_wm_state_demands_attention;
 
     Atom net_wm_state_add;
     Atom net_wm_state_remove;
@@ -164,6 +166,7 @@ typedef struct Atoms {
      
     Atom openbox_pid;
     Atom ob_wm_state_undecorated;
+    Atom ob_control;
 } Atoms;
 Atoms prop_atoms;
 
This page took 0.02172 seconds and 4 git commands to generate.