all repos — fluxbox @ 299083652681234304b3ee62c6aadc61a277e442

custom fork of the fluxbox windowmanager

referenses
fluxgen fluxgen
commit

299083652681234304b3ee62c6aadc61a277e442

parent

e562b1568eb2951137a21b307af366782c473bca

1 files changed, 5 insertions(+), 4 deletions(-)

jump to
M src/Gnome.hhsrc/Gnome.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: Gnome.hh,v 1.1 2002/09/07 20:32:44 fluxgen Exp $ +// $Id: Gnome.hh,v 1.2 2002/09/08 10:57:34 fluxgen Exp $ #ifndef GNOME_HH #define GNOME_HH

@@ -65,15 +65,16 @@

Gnome(); ~Gnome(); void initForScreen(const BScreen &screen); + void setupWindow(FluxboxWindow &win); void updateClientList(const BScreen &screen); void updateWorkspaceNames(const BScreen &screen); void updateCurrentWorkspace(const BScreen &screen); void updateWorkspaceCount(const BScreen &screen); - void updateState(FluxboxWindow *win); - void updateHints(FluxboxWindow *win); - void updateWorkspace(FluxboxWindow *win); + void updateState(FluxboxWindow &win); + void updateHints(FluxboxWindow &win); + void updateWorkspace(FluxboxWindow &win); bool checkClientMessage(const XClientMessageEvent &ce, BScreen *screen, FluxboxWindow *win);