Skip to content

Commit 1ff4514

Browse files
committed
Update cef_path_key_t (#403).
PK_DIR_RESOURCES should not be included in CefOverridePath patch (Issue #231), since there is already a way to set resources dir path using CefSettings.resources_dir_path.
1 parent bd63e30 commit 1ff4514

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extern/cef/cef_types.pxd

+1
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ cdef extern from "include/internal/cef_types.h":
344344
PK_FILE_MODULE,
345345
PK_LOCAL_APP_DATA,
346346
PK_USER_DATA,
347+
PK_DIR_RESOURCES,
347348
ctypedef cef_path_key_t PathKey
348349

349350
ctypedef enum cef_plugin_policy_t:

0 commit comments

Comments
 (0)