You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pressing "f" when the window is not in fullscreen results in:
debugger invoked on a TYPE-ERROR in thread
#<THREAD "initial thread" RUNNING {1002990CD3}>:
The value 50 is not of type DOUBLE-FLOAT.
BACKTRACE:
0: (SB-KERNEL::OBJECT-NOT-DOUBLE-FLOAT-ERROR-HANDLER
#<unavailable argument>
#.(SB-SYS:INT-SAP #X7FFFF6E2F210)
#<SB-ALIEN-INTERNALS:ALIEN-VALUE :SAP#X7FFFF6E2ED40:TYPE (*
(STRUCT
SB-VM::OS-CONTEXT-T-STRUCT))>
(597))
1: (SB-KERNEL:INTERNAL-ERROR
#.(SB-SYS:INT-SAP #X7FFFF6E2ED40)
#<unavailable argument>)
2: ("foreign function: #x4180DF")
"Xorg -version" results:
X.Org X Server 1.11.4
Release Date: 2012-01-27
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.2.2-1-ARCH x86_64
Current Operating System: Linux kenanb 3.2.7-1-ARCH #1 SMP PREEMPT Tue Feb 21 09:51:29 CET 2012 x86_64
Kernel command line: vga=792 root=/dev/disk/by-uuid/bc7d7ef5-6dca-4060-9fd9-d39a35451182 ro
Build Date: 29 January 2012 03:38:00PM
The text was updated successfully, but these errors were encountered:
First one shouldn't happen on x11 since the only thing with double-float value is video-mode-rate in the osx implementation.
Second one is not really a bug but more badly choosen name problem.
set-fullscreen and toggle-fullscreen are two different things (actuall toggle-fullscreen uses set-fullscreen internaly). toggle-fullscreen implies a video-mode change to the mode closest to current window dimensions while set-fullscreen is just NETWM level fullscreen (i.e. some sort of maximize).
I made some changes to toggle-fullscreen, it now checks if a previous video mode has been stored before trying to get back from fullscreen.
But the point here is these two functions shouldn't be mixed (and I need a better name for toggle-fullscreen :) )
(glop-test:TEST-GL-HELLO)
pressing "f" when the window is not in fullscreen results in:
if I press "f" when in fullscreen
"Xorg -version" results:
X.Org X Server 1.11.4
Release Date: 2012-01-27
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.2.2-1-ARCH x86_64
Current Operating System: Linux kenanb 3.2.7-1-ARCH #1 SMP PREEMPT Tue Feb 21 09:51:29 CET 2012 x86_64
Kernel command line: vga=792 root=/dev/disk/by-uuid/bc7d7ef5-6dca-4060-9fd9-d39a35451182 ro
Build Date: 29 January 2012 03:38:00PM
The text was updated successfully, but these errors were encountered: