Skip to content

Commit ad2ee66

Browse files
committed
Update docs for EMSCRIPTEN_WEBGL_CONTEXT_HANDLE. NFC
This was changed in emscripten-core#20678 Fixes: emscripten-core#20993
1 parent 72dc2d4 commit ad2ee66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/source/docs/api_reference/html5.h.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1926,7 +1926,7 @@ Defines
19261926
19271927
.. c:type:: EMSCRIPTEN_WEBGL_CONTEXT_HANDLE
19281928
1929-
Represents a handle to an Emscripten WebGL context object. The value 0 denotes an invalid/no context (this is a typedef to an ``int``).
1929+
Represents a handle to an Emscripten WebGL context object. The value 0 denotes an invalid/no context (this is a typedef to an ``intptr_t``).
19301930
19311931
19321932
Struct

0 commit comments

Comments
 (0)