all repos — fluxbox @ 7ec159759d0a2b4a544bf3f3d7f952d0342cadc7

custom fork of the fluxbox windowmanager

minor changes
fluxgen fluxgen
commit

7ec159759d0a2b4a544bf3f3d7f952d0342cadc7

parent

c4dc46b40454eeccbd3aa66b1451509c3bc4a50b

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

jump to
M src/fluxbox.ccsrc/fluxbox.cc

@@ -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: fluxbox.cc,v 1.216 2003/12/31 00:35:21 fluxgen Exp $ +// $Id: fluxbox.cc,v 1.217 2004/01/09 11:37:01 fluxgen Exp $ #include "fluxbox.hh"

@@ -463,8 +463,8 @@ #endif // SHAPE

#ifdef HAVE_RANDR // get randr event type - int error_base; - XRRQueryExtension(disp, &m_randr_event_type, &error_base); + int randr_error_base; + XRRQueryExtension(disp, &m_randr_event_type, &randr_error_base); #endif // HAVE_RANDR load_rc();