Home
last modified time | relevance | path

Searched refs:CF_32 (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_clipboard.c29 CF_ASSIGN(cfBitmap, XA_PIXMAP, XA_PIXMAP, CF_32); in prima_init_clipboard_subsystem()
30 CF_ASSIGN(cfTargets, CF_TARGETS, XA_ATOM, CF_32); in prima_init_clipboard_subsystem()
395 if ( *format == 32) *format = CF_32; in prima_read_property()
510 if ( format != CF_32 || size < 4) goto FAIL; in query_datum()
1161 format = CF_32; in handle_selection_request()
1173 if ( format == CF_32) format = 32; in handle_selection_request()
1242 format = ( x-> format == CF_32) ? 32 : x-> format; in handle_property_notify()
H A Dapc_dnd.c109 if ( rps != RPS_OK || type != XA_ATOM || format != CF_32) { in xdnd_read_ask_actions()
904 if ( rps != RPS_OK || type != XA_ATOM || format != CF_32 || size != sizeof(Atom)) { in apc_dnd_start()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h1007 #define CF_32 (sizeof(long)*8) /* 32-bit properties are hacky */ macro