File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -130,8 +130,8 @@ def __init__(
130
130
gl_version = 3 , 1
131
131
gl_api = "gles"
132
132
133
- #: bool: If this is a headless window
134
- self .headless = pyglet .options .get ("headless" ) is True
133
+ #: Whether this is a headless window
134
+ self .headless : bool = pyglet .options .get ("headless" ) is True
135
135
136
136
config = None
137
137
# Attempt to make window with antialiasing
Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ def __init__(
120
120
gl_version = 3 , 1
121
121
gl_api = "gles"
122
122
123
- #: bool: If this is a headless window
124
- self .headless = pyglet .options .get ("headless" ) is True
123
+ #: Whether this is a headless window
124
+ self .headless : bool = pyglet .options .get ("headless" ) is True
125
125
126
126
config = None
127
127
# Attempt to make window with antialiasing
You can’t perform that action at this time.
0 commit comments