all repos — fluxbox @ 66227979f212e0e81190a4ead9e9a9572f383f35

custom fork of the fluxbox windowmanager

minor updates
fluxgen fluxgen
commit

66227979f212e0e81190a4ead9e9a9572f383f35

parent

68627c24084b1fb84ad33f7a864348c80ea887bf

1 files changed, 3 insertions(+), 2 deletions(-)

jump to
M src/Ewmh.hhsrc/Ewmh.hh

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Ewmh.hh,v 1.16 2004/01/21 09:37:04 fluxgen Exp $ +// $Id: Ewmh.hh,v 1.17 2004/01/21 15:42:35 fluxgen Exp $ #include "AtomHandler.hh"

@@ -36,7 +36,7 @@ ~Ewmh();

void initForScreen(BScreen &screen); void setupFrame(FluxboxWindow &win); void setupClient(WinClient &winclient); - + void updateFocusedWindow(BScreen &screen, Window win); void updateClientList(BScreen &screen); void updateWorkspaceNames(BScreen &screen);

@@ -76,6 +76,7 @@ void setState(FluxboxWindow &win, Atom state, bool value);

void toggleState(FluxboxWindow &win, Atom state); void createAtoms(); void updateStrut(WinClient &winclient); + void setupState(FluxboxWindow &win); // root window properties Atom m_net_supported, m_net_client_list, m_net_client_list_stacking,