all repos — fluxbox @ 243d8723fc755b0ed864696701fee1dddfccc91e

custom fork of the fluxbox windowmanager

minor fixes
fluxgen fluxgen
commit

243d8723fc755b0ed864696701fee1dddfccc91e

parent

cebc2540498ed959e7512514c0f4a12c1a2273cd

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

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

@@ -22,7 +22,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: Screen.hh,v 1.103 2003/05/20 11:03:10 rathnor Exp $ +// $Id: Screen.hh,v 1.104 2003/06/12 15:22:59 fluxgen Exp $ #ifndef SCREEN_HH #define SCREEN_HH

@@ -281,8 +281,10 @@

void reconfigure(); void rereadMenu(); void shutdown(); + /// show position window centered on the screen with "X x Y" text void showPosition(int x, int y); - void showGeometry(unsigned int, unsigned int); + /// show geomentry with "width x height"-text, not size of window + void showGeometry(unsigned int width, unsigned int height); void hideGeometry(); void notifyReleasedKeys(XKeyEvent &ke);

@@ -358,6 +360,8 @@

void initMenu(); bool doSkipWindow(const FluxboxWindow *w, int options); + + void renderGeomWindow(); ScreenSubject m_clientlist_sig, ///< client signal