unsigned char nocomp_use_timer;
double nocomp_begin_timeout;
unsigned char hwc;
- EINA_DEPRECATED unsigned char hwc_use_multi_plane;
unsigned char hwc_deactive; // 0: run hwc policy if capable of, 1: not to run hwc policy
- EINA_DEPRECATED unsigned char hwc_reuse_cursor_buffer;
- EINA_DEPRECATED unsigned char hwc_sync_mode_change;
- EINA_DEPRECATED unsigned char hwc_ignore_primary;
- EINA_DEPRECATED unsigned char hwc_use_detach;
unsigned char hwc_send_redraw_request; // 0: none, 1: send redraw request to client when client need to redraw for hwc
unsigned char hwc_prefer_gbm; //0: prefer creating ecore_evas with tbm, 1: prefer creating ecore_evas with gbm
unsigned char use_native_type_buffer; // 0: use the tbm_buffer(tbm_surface), 1: use the native_buffer(wl_buffer)
char fullscreen; // used for borders, 0 == don't use, 1 == is fullscreen, -1 == not fullscreen
char modal; // used for borders, 0 == don't use, 1 == is modal, -1 == not modal
char focus; // used for setting focus state (on popups): 1 is focused, unset is use regular logic
- EINA_DEPRECATED char urgent; // used for setting urgent state (on popups): 1 is urgent, unset is use regular logic
char no_shadow; // set whether shadow is disabled
};