X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=dependencies64%2Fcef%2Flinux%2Finclude%2Fcapi%2Fcef_client_capi.h;fp=dependencies64%2Fcef%2Finclude%2Fcapi%2Fcef_client_capi.h;h=9feddf59b9b97cbd4b001b1dd92846977f0a66cb;hb=8128744e46d808a1105fb449365d7028df8c32b4;hp=b5148497151c0aa8c88d9d9f1c98820f63df58dd;hpb=3a0dc241f598cabf83bcc67970176453929a73f1;p=casparcg diff --git a/dependencies64/cef/include/capi/cef_client_capi.h b/dependencies64/cef/linux/include/capi/cef_client_capi.h similarity index 95% rename from dependencies64/cef/include/capi/cef_client_capi.h rename to dependencies64/cef/linux/include/capi/cef_client_capi.h index b51484971..9feddf59b 100644 --- a/dependencies64/cef/include/capi/cef_client_capi.h +++ b/dependencies64/cef/linux/include/capi/cef_client_capi.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Marshall A. Greenblatt. All rights reserved. +// Copyright (c) 2017 Marshall A. Greenblatt. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are @@ -44,6 +44,7 @@ #include "include/capi/cef_display_handler_capi.h" #include "include/capi/cef_download_handler_capi.h" #include "include/capi/cef_drag_handler_capi.h" +#include "include/capi/cef_find_handler_capi.h" #include "include/capi/cef_focus_handler_capi.h" #include "include/capi/cef_geolocation_handler_capi.h" #include "include/capi/cef_jsdialog_handler_capi.h" @@ -66,7 +67,7 @@ typedef struct _cef_client_t { /// // Base structure. /// - cef_base_t base; + cef_base_ref_counted_t base; /// // Return the handler for context menus. If no handler is provided the default @@ -101,6 +102,12 @@ typedef struct _cef_client_t { struct _cef_drag_handler_t* (CEF_CALLBACK *get_drag_handler)( struct _cef_client_t* self); + /// + // Return the handler for find result events. + /// + struct _cef_find_handler_t* (CEF_CALLBACK *get_find_handler)( + struct _cef_client_t* self); + /// // Return the handler for focus events. ///