mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
interactive/threads: Use G_PRIVATE_INIT
Though strictly not necessary, we should be using the proper init macro for GPrivate.
This commit is contained in:
parent
193b345786
commit
29a16980fe
@ -52,7 +52,7 @@ test_thread_done_idle (gpointer user_data)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static GPrivate test_thread_data;
|
||||
static GPrivate test_thread_data = G_PRIVATE_INIT (test_thread_data_free);
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user