Changes in uspace/lib/ui/private/pbutton.h [3c54869:b769ca0] in mainline
- File:
-
- 1 edited
-
uspace/lib/ui/private/pbutton.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/pbutton.h
r3c54869 rb769ca0 1 1 /* 2 * Copyright (c) 202 3Jiri Svoboda2 * Copyright (c) 2026 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 55 55 /** Callback argument */ 56 56 void *arg; 57 /** Custom decorationops or @c NULL */58 struct ui_pbutton_ decor_ops *decor_ops;59 /** Decorationargument */60 void * decor_arg;57 /** Custom ops or @c NULL */ 58 struct ui_pbutton_ops *ops; 59 /** Ops argument */ 60 void *ops_arg; 61 61 /** Push button rectangle */ 62 62 gfx_rect_t rect;
Note:
See TracChangeset
for help on using the changeset viewer.
