mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-16 18:50:19 +00:00
feat: GTK3-only theming overhaul—new theme service (discover/import/inherits), layered CSS+settings.ini apply w/ safe rollback + caching; widget/xtext palette mapping + all-colors editor; lots of win32/CI libarchive plumbing + installer assets;
This commit is contained in:
@@ -135,9 +135,16 @@ struct _GtkXText
|
||||
|
||||
GtkAdjustment *adj;
|
||||
cairo_surface_t *background_surface; /* 0 = use palette[19] */
|
||||
cairo_surface_t *background_clip_surface;
|
||||
GdkWindow *draw_window; /* points to ->window */
|
||||
cairo_surface_t *draw_surface; /* temporary surface for offscreen draws */
|
||||
cairo_t *draw_cr; /* GTK3 draw context */
|
||||
int background_clip_x;
|
||||
int background_clip_y;
|
||||
int background_clip_width;
|
||||
int background_clip_height;
|
||||
int background_clip_cycle;
|
||||
int render_cycle;
|
||||
GdkCursor *hand_cursor;
|
||||
GdkCursor *resize_cursor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user