mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
hmm, fix build
2001-10-13 Havoc Pennington <hp@pobox.com> * src/session.c (meta_session_init): hmm, fix build
This commit is contained in:
parent
94c3b02eef
commit
ec4edcb78c
@ -1,3 +1,7 @@
|
|||||||
|
2001-10-13 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
|
* src/session.c (meta_session_init): hmm, fix build
|
||||||
|
|
||||||
2001-10-12 Havoc Pennington <hp@pobox.com>
|
2001-10-12 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
* src/session.c (meta_session_init): set the session manager
|
* src/session.c (meta_session_init): set the session manager
|
||||||
|
@ -293,7 +293,7 @@ meta_session_init (const char *previous_id)
|
|||||||
prop5val.length = strlen (prop5val.value);
|
prop5val.length = strlen (prop5val.value);
|
||||||
|
|
||||||
prop6.name = "_GSM_Priority";
|
prop6.name = "_GSM_Priority";
|
||||||
prop6.type = SmCARD8
|
prop6.type = SmCARD8;
|
||||||
prop6.num_vals = 1;
|
prop6.num_vals = 1;
|
||||||
prop6.vals = &prop6val;
|
prop6.vals = &prop6val;
|
||||||
prop6val.value = &priority;
|
prop6val.value = &priority;
|
||||||
|
Loading…
Reference in New Issue
Block a user