mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
window: Don't use C++-style comments
This commit is contained in:
parent
d63b9a1797
commit
4fc684b2ed
@ -71,9 +71,10 @@
|
|||||||
|
|
||||||
static int destroying_windows_disallowed = 0;
|
static int destroying_windows_disallowed = 0;
|
||||||
|
|
||||||
// Each window has a "stamp" which is a non-recycled 64-bit ID. They
|
/* Each window has a "stamp" which is a non-recycled 64-bit ID. They
|
||||||
// start after the end of the XID space so that, for stacking
|
* start after the end of the XID space so that, for stacking
|
||||||
// we can keep a guint64 that represents one or the other
|
* we can keep a guint64 that represents one or the other
|
||||||
|
*/
|
||||||
static guint64 next_window_stamp = G_GUINT64_CONSTANT(0x100000000);
|
static guint64 next_window_stamp = G_GUINT64_CONSTANT(0x100000000);
|
||||||
|
|
||||||
static void invalidate_work_areas (MetaWindow *window);
|
static void invalidate_work_areas (MetaWindow *window);
|
||||||
|
Loading…
Reference in New Issue
Block a user