Changeset f0cc1c64 in mainline for uspace/lib/tbarcfg/private/tbarcfg.h
- Timestamp:
- 2025-06-20T19:26:13Z (43 hours ago)
- Children:
- 817cb83
- Parents:
- f0360ec (diff), 5caad1d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/tbarcfg/private/tbarcfg.h
rf0360ec rf0cc1c64 1 1 /* 2 * Copyright (c) 202 4Jiri Svoboda2 * Copyright (c) 2025 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 39 39 40 40 #include <adt/list.h> 41 #include <loc.h> 41 42 #include <stdbool.h> 42 43 #include <types/tbarcfg/tbarcfg.h> … … 68 69 /** Taskbar configuration listener */ 69 70 typedef struct tbarcfg_listener { 71 /** Async port */ 72 port_id_t portid; 73 /** Registered server */ 74 loc_srv_t *srv; 75 /** Registered service */ 76 service_id_t svcid; 70 77 /** Notification callback */ 71 78 void (*cb)(void *);
Note:
See TracChangeset
for help on using the changeset viewer.