Skip to content

Commit 55fcdd9

Browse files
committed
fix doc
1 parent 8d63965 commit 55fcdd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/initPTB.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
% - screen
66
%
77
% - the windon opened takes the whole screen unless
8-
% ``cfg.screen.smallWin`` is set to ``true``
8+
% ``cfg.debug.smallWin`` is set to ``true``
99
% - can skip synch test if you ask for it (nicely)
10-
% - window transparency enabled by ``cfg.testingTranspScreen`` set to ``true``
10+
% - window transparency enabled by ``cfg.debug.transpWin`` set to ``true``
1111
% - gets the flip interval
1212
% - computes the pixel per degree of visual angle:
1313
% the computation for ppd assumes the windows takes the whole screen width
@@ -51,8 +51,8 @@
5151

5252
% Mouse
5353
if cfg.hideCursor
54-
% TODO does not work on Linux: WTF???
55-
HideCursor;
54+
% TODO does not work on Linux: WTF???
55+
HideCursor;
5656
end
5757

5858
%% Audio

0 commit comments

Comments
 (0)