File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,8 +130,8 @@ def __init__(
130130 gl_version = 3 , 1
131131 gl_api = "gles"
132132
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
135135
136136 config = None
137137 # Attempt to make window with antialiasing
Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ def __init__(
120120 gl_version = 3 , 1
121121 gl_api = "gles"
122122
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
125125
126126 config = None
127127 # Attempt to make window with antialiasing
You can’t perform that action at this time.
0 commit comments