bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21173: 25.0.50; New frames positioned off screen with multiple monit


From: martin rudalics
Subject: bug#21173: 25.0.50; New frames positioned off screen with multiple monitors
Date: Wed, 28 Oct 2015 10:55:09 +0100

> Hopefully this reply includes a suiteably formatted patch.

Thanks.  But compiling gets me now:

../../src/w32term.c: In function 'x_calc_absolute_position':
../../src/w32term.c:5926:7: error: incompatible type for argument 1 of 
'Fw32_display_monitor_attributes_list'
./globals.h:4463:1: note: expected 'Lisp_Object' but argument is of type 'int'

I suppose you meant writing something like

      Lisp_Object frame, list;

      XSETFRAME (frame, f);
      list = Fw32_display_monitor_attributes_list (frame);

Please have a look.

Thanks, martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]