11 lines
285 B
C
11 lines
285 B
C
|
#ifndef QUERY_PRIVATE_H
|
||
|
#define QUERY_PRIVATE_H
|
||
|
|
||
|
|
||
|
// If an entry is already in a query and a attribute changed
|
||
|
// B_ATTR_CHANGE_NOTIFICATION tells the query to send B_ATTR_CHANGED
|
||
|
// notifications if the entry stays in the query.
|
||
|
#define B_ATTR_CHANGE_NOTIFICATION 0x0000F000
|
||
|
|
||
|
#endif
|