minor changes
This commit is contained in:
parent
c4dc46b404
commit
7ec159759d
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// 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"
|
#include "fluxbox.hh"
|
||||||
|
|
||||||
|
@ -463,8 +463,8 @@ Fluxbox::Fluxbox(int argc, char **argv, const char *dpy_name, const char *rcfile
|
||||||
|
|
||||||
#ifdef HAVE_RANDR
|
#ifdef HAVE_RANDR
|
||||||
// get randr event type
|
// get randr event type
|
||||||
int error_base;
|
int randr_error_base;
|
||||||
XRRQueryExtension(disp, &m_randr_event_type, &error_base);
|
XRRQueryExtension(disp, &m_randr_event_type, &randr_error_base);
|
||||||
#endif // HAVE_RANDR
|
#endif // HAVE_RANDR
|
||||||
|
|
||||||
load_rc();
|
load_rc();
|
||||||
|
|
Loading…
Reference in a new issue