Skip to content

Commit

Permalink
Update cef_path_key_t (#403).
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cztomczak committed Jun 12, 2018
1 parent bd63e30 commit 1ff4514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extern/cef/cef_types.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ cdef extern from "include/internal/cef_types.h":
PK_FILE_MODULE,
PK_LOCAL_APP_DATA,
PK_USER_DATA,
PK_DIR_RESOURCES,
ctypedef cef_path_key_t PathKey

ctypedef enum cef_plugin_policy_t:
Expand Down

0 comments on commit 1ff4514

Please sign in to comment.