Moved dw_sync_data to a private header DirectWindowPrivate.h and renamed it to direct_window_sync_data.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15469 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* Copyright 2005, Haiku, Inc.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef _DIRECT_WINDOW_PRIVATE_H
|
||||
#define _DIRECT_WINDOW_PRIVATE_H
|
||||
|
||||
|
||||
#include <OS.h>
|
||||
|
||||
|
||||
struct direct_window_sync_data {
|
||||
area_id area;
|
||||
sem_id disable_sem;
|
||||
sem_id disable_sem_ack;
|
||||
};
|
||||
|
||||
|
||||
#endif // _DIRECT_WINDOW_PRIVATE_H
|
||||
Reference in New Issue
Block a user