CVS Update: app (branch: trunk)

Dan Winship xorg-commit at cvs.freedesktop.org
Tue Apr 18 17:47:07 EEST 2006


CVSROOT:	/cvs/xorg
Module name:	app
Changes by:	danw at kemper.freedesktop.org	06/04/18 14:47:07

Log message:
  	* src/event.c (handleEvent): Fix a crasher in the screenshot
  	binding code (and rename some of the #defines to make them not so
  	ridiculously long). Also temporarily hack around a bug in EV_KEY
  	by putting the check for WINDOW_SCREENSHOT before the check for
  	SCREENSHOT.
  
  	* plugins/scale.c: Change the keybinding again, now to "Pause".
  	(F11 is the "fullscreen mode" binding for many apps.)
  
  	* plugins/compiz.schemas: update
  
  	* plugins/gconf.c:
  	* plugins/gconf-compiz-utils.c:
  	* plugins/gconf-dump.c: Rearrange #includes to prevent warning
  	about TRUE and FALSE being redefined

Modified files:
      app/compiz/:
        ChangeLog 
      app/compiz/include/:
        compiz.h 
      app/compiz/plugins/:
        compiz.schemas gconf-compiz-utils.c gconf-dump.c gconf.c 
        scale.c 
      app/compiz/src/:
        display.c event.c 
  
  Revision      Changes    Path
  1.116         +18 -0     app/compiz/ChangeLog
  http://webcvs.freedesktop.org/xorg/app/compiz/ChangeLog
  1.31          +4 -4      app/compiz/include/compiz.h
  http://webcvs.freedesktop.org/xorg/app/compiz/include/compiz.h
  1.8           +2 -2      app/compiz/plugins/compiz.schemas
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/compiz.schemas
  1.3           +2 -2      app/compiz/plugins/gconf-compiz-utils.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/gconf-compiz-utils.c
  1.6           +1 -1      app/compiz/plugins/gconf-dump.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/gconf-dump.c
  1.7           +6 -2      app/compiz/plugins/gconf.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/gconf.c
  1.8           +2 -2      app/compiz/plugins/scale.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/scale.c
  1.15          +23 -25    app/compiz/src/display.c
  http://webcvs.freedesktop.org/xorg/app/compiz/src/display.c
  1.24          +11 -16    app/compiz/src/event.c
  http://webcvs.freedesktop.org/xorg/app/compiz/src/event.c




More information about the xorg-commit mailing list