mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-04-14 15:40:19 +00:00
Fix GTK populate test stub linkage
This commit is contained in:
@@ -59,6 +59,17 @@ fe_open_url (const char *url)
|
||||
(void)url;
|
||||
}
|
||||
|
||||
char *
|
||||
get_xdir (void)
|
||||
{
|
||||
return (char *)"/tmp";
|
||||
}
|
||||
|
||||
void
|
||||
load_text_events (void)
|
||||
{
|
||||
}
|
||||
|
||||
gboolean
|
||||
theme_get_color (ThemeSemanticToken token, GdkRGBA *color)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user