Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

visualofccc(3) [suse man page]

DisplayOfCCC(3) 						  XLIB FUNCTIONS						   DisplayOfCCC(3)

NAME
DisplayOfCCC, VisualOfCCC, ScreenNumberOfCCC, ScreenWhitePointOfCCC, ClientWhitePointOfCCC - Color Conversion Context macros SYNTAX
Display *DisplayOfCCC(XcmsCCC ccc); Visual *VisualOfCCC(XcmsCCC ccc); int ScreenNumberOfCCC(XcmsCCC ccc); XcmsColor *ScreenWhitePointOfCCC(XcmsCCC ccc); XcmsColor *ClientWhitePointOfCCC(XcmsCCC ccc); ARGUMENTS
ccc Specifies the CCC. DESCRIPTION
The DisplayOfCCC macro returns the display associated with the specified CCC. The VisualOfCCC macro returns the visual associated with the specified CCC. The ScreenNumberOfCCC macro returns the number of the screen associated with the specified CCC. The ScreenWhitePointOfCCC macro returns the screen white point of the screen associated with the specified CCC. The ClientWhitePointOfCC macro returns the client white point of the screen associated with the specified CCC. SEE ALSO
XcmsCCCOfColormap(3), XcmsConvertColors(3), XcmsCreateCCC(3), XcmsDefaultCCC(3), XcmsSetWhitePoint(3) Xlib - C Language X Interface X Version 11 libX11 1.3.2 DisplayOfCCC(3)

Check Out this Related Man Page

DisplayOfCCC(3) 						  XLIB FUNCTIONS						   DisplayOfCCC(3)

NAME
DisplayOfCCC, VisualOfCCC, ScreenNumberOfCCC, ScreenWhitePointOfCCC, ClientWhitePointOfCCC - Color Conversion Context macros SYNTAX
Display *DisplayOfCCC(XcmsCCC ccc); Visual *VisualOfCCC(XcmsCCC ccc); int ScreenNumberOfCCC(XcmsCCC ccc); XcmsColor *ScreenWhitePointOfCCC(XcmsCCC ccc); XcmsColor *ClientWhitePointOfCCC(XcmsCCC ccc); ARGUMENTS
ccc Specifies the CCC. DESCRIPTION
The DisplayOfCCC macro returns the display associated with the specified CCC. The VisualOfCCC macro returns the visual associated with the specified CCC. The ScreenNumberOfCCC macro returns the number of the screen associated with the specified CCC. The ScreenWhitePointOfCCC macro returns the screen white point of the screen associated with the specified CCC. The ClientWhitePointOfCCC macro returns the client white point of the screen associated with the specified CCC. SEE ALSO
XcmsCCCOfColormap(3), XcmsConvertColors(3), XcmsCreateCCC(3), XcmsDefaultCCC(3), XcmsSetWhitePoint(3) Xlib - C Language X Interface X Version 11 libX11 1.5.0 DisplayOfCCC(3)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

awk or something like that !!!

hello to everybody !! i have such string : /aa/bb/cc/ddd /aa/bb /aa/bb/ccc i have to take the last caratere before the last / and put a tabulation between the string and the last carateres before the the last /. ohh my english is very bad today !! SORRY !! many thanks in advance... (5 Replies)
Discussion started by: oscool
5 Replies

2. UNIX for Dummies Questions & Answers

create paths

Hello! If I have file like that: AAA ->bbb ->ccc ->ddd ->eee how to create full paths like: AAA->bbb AAA->ccc->ddd AAA->ccc->eee ? (I'm sorry for mistakes - english is not my native language) :) (4 Replies)
Discussion started by: alias47
4 Replies

3. Shell Programming and Scripting

Column not in order

Hi, I was trying to have an output as below : 1 | 2 | 3 aaa | bbb | ccc | ccc | ccc ... (2 Replies)
Discussion started by: scottralf
2 Replies

4. Shell Programming and Scripting

How To Save A File As A .cvs

Hello. I have a file of text with columns: aaaa bbbb ccc dddd aaaa bbbb ccc dddd aaaa bbbb ccc dddd How can this be converted to a .csv file? Thanks (4 Replies)
Discussion started by: jimmyf
4 Replies

5. UNIX for Beginners Questions & Answers

Get days using awk

hi i want to get days using awk command kkk bb 20191210 ccc ddd kkk bb 20191211 ccc ddd kkk bb 20191210 Tue ccc ddd kkk bb 20191211 Wed ccc ddd please help me --- Post updated at 06:19 AM --- in addition, i want to get the day of the week using the third column... (4 Replies)
Discussion started by: tomato00
4 Replies