wlmaker
|
Classes | |
struct | _wlmtk_env_t |
struct | wlmtk_env_cursor_lookup_t |
Functions | |
wlmtk_env_t * | wlmtk_env_create (struct wlr_cursor *wlr_cursor_ptr, struct wlr_xcursor_manager *wlr_xcursor_manager_ptr, struct wlr_seat *wlr_seat_ptr) |
void | wlmtk_env_destroy (wlmtk_env_t *env_ptr) |
void | wlmtk_env_set_cursor (wlmtk_env_t *env_ptr, wlmtk_env_cursor_t cursor) |
struct wlr_seat * | wlmtk_env_wlr_seat (wlmtk_env_t *env_ptr) |
Variables | |
static const wlmtk_env_cursor_lookup_t | _wlmtk_env_cursor_lookup [] |
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
wlmtk_env_t * wlmtk_env_create | ( | struct wlr_cursor * | wlr_cursor_ptr, |
struct wlr_xcursor_manager * | wlr_xcursor_manager_ptr, | ||
struct wlr_seat * | wlr_seat_ptr ) |
Creates an environment state from the cursor.
wlr_cursor_ptr | |
wlr_xcursor_manager_ptr | |
wlr_seat_ptr |
void wlmtk_env_destroy | ( | wlmtk_env_t * | env_ptr | ) |
Destroys the environment state.
env_ptr |
void wlmtk_env_set_cursor | ( | wlmtk_env_t * | env_ptr, |
wlmtk_env_cursor_t | cursor ) |
Sets a cursor.
env_ptr | |
cursor |
struct wlr_seat * wlmtk_env_wlr_seat | ( | wlmtk_env_t * | env_ptr | ) |
Returns the pointer to the wlr_seat.
env_ptr |
|
static |
Lookup table for xcursor names.