(wl->wl_surface, wl->seat, serial); + } } static void pointer_handle_button(void *data, struct wl_pointer *wl_pointer, @@ -804,6 +807,10 @@ static void registry_handle_add(void *data, struct wl_registry *reg, uint32_t id wl_list_insert(&wl->output_list, &output->link); ...
ecore_wl_window_pointer_set(Ecore_Wl_Window *win, struct wl_surface *surface, int hot_x, int hot_y){Ecore_Wl_Input *input;LOGFN(__FILE__, __LINE__, __FUNCTION__);if (!win) return;if ((input = win->pointer_device))ecore_wl_input_pointer_set(input, surface, hot_x, hot_y...
@@ -462,8 +460,8 @@ weston_pointer_set_focus(struct weston_pointer *pointer, } wl_pointer_send_enter(resource, serial, surface->resource, sx, sy); - wl_signal_add(&resource->destroy_signal, - &pointer->focus_listener); + wl_resource_add_destroy_listener(resource, + &pointer->focus...
Added null pointer check before calling modeToByte() in finishModeSwitchIfNecessary method for ModernRoboticsUsbDcMotorController class. Changes to enhance Modern Robotics USB protocol robustness. Version 2.61 (released on 16.12.19) Blocks Programming mode changes: Fix to correct issue when an excepti...
void addPreResultListener(PreResultListener listener); /** * 执行所有操作 * 1.执行拦截器 * 2.调用invokeActionOnly方法执行 action对应方法 * --- * @return * @throws Exception */ String invoke() throws Exception; /** * 执行我们定义的Action 方法 在invoke方法中调用...
importandroid.widget.ImageView; /** * 继承ImageView 实现了多点触碰的拖动和缩放 * @author Administrator * */ publicclassTouchViewextendsImageView { staticfinalintNONE=0; staticfinalintDRAG=1;//拖动中 staticfinalintZOOM=2;//缩放中 staticfinalintBIGGER=3;//放大ing ...
.sidenav { position: relative; width: 200px;}.sidenav__close-icon { position: absolute; visibility: visible; top: 8px; right: 12px; cursor: pointer; font-size: 20px; color: #000; } 下面是一个切换活动类并演示更改的片段 const menuIconEl = $('.menu-icon');const sidenavEl = $('....
void main ( ) the pointer psz chmod u+w * \tux\data\ap .doc tux.doc BITMAP float Identifies significant words in code. Example: void commit ( ) Identifies variables in code. Example: String expr 4 API Description for Partner Relationship Management Interfaces Documentation Conventions Convention...
void main ( ) the pointer psz chmod u+w * \tux\data\ap .doc tux.doc BITMAP float Identifies significant words in code. Example: void commit ( ) Identifies variables in code. Example: String expr 4 API Description for Partner Relationship Management Interfaces Documentation Conventions Convention...
CR236024 WebLogic SIP Server sometimes threw a NullPointerException when running a User Agent Client (UAC) against a proxy servlet that proxied back to the same engine tier server instance. The problem caused the exception: This problem was resolved with a code fix. CR240087 When waiting ...