Searched defs:XP_FRAME_ATTR_IS_SET (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DXplugin.h511 #define XP_FRAME_ATTR_IS_SET(a,b) (((a) & (b)) == (b)) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DXplugin.h512 #define XP_FRAME_ATTR_IS_SET(a,b) (((a) & (b)) == (b)) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DXplugin.h512 #define XP_FRAME_ATTR_IS_SET(a,b) (((a) & (b)) == (b)) macro

Completed in 48 milliseconds