all repos — fluxbox @ 086ee7d26617da471434971aa26a584996900824

custom fork of the fluxbox windowmanager

minor comments
fluxgen fluxgen
commit

086ee7d26617da471434971aa26a584996900824

parent

8f6e049b3cc42c3eb7014d00380dc735a4615cdc

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

jump to
M src/Window.hhsrc/Window.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: Window.hh,v 1.31 2002/09/08 19:49:39 fluxgen Exp $ +// $Id: Window.hh,v 1.32 2002/10/02 16:11:30 fluxgen Exp $ #ifndef WINDOW_HH #define WINDOW_HH

@@ -182,7 +182,10 @@ void restoreAttributes();

void showMenu(int mx, int my); void pauseMoving(); void resumeMoving(); - + /** + @name event handlers + */ + //@{ void buttonPressEvent(XButtonEvent *be); void buttonReleaseEvent(XButtonEvent *be); void motionNotifyEvent(XMotionEvent *me);

@@ -193,7 +196,8 @@ bool unmapNotifyEvent(XUnmapEvent *unmapev);

void propertyNotifyEvent(Atom a); void exposeEvent(XExposeEvent *ee); void configureRequestEvent(XConfigureRequestEvent *ce); - + //@} + void setDecoration(Decoration decoration); void toggleDecoration();