Sponsored Content
Contact Us Post Here to Contact Site Administrators and Moderators Forum Feedback: Locked and Solved Threads Post 303032702 by Neo on Friday 22nd of March 2019 08:15:33 AM
Old 03-22-2019
Good idea.

I'll put this on the TODO list to add to the new cp tables when I'm done with the prototype, during the beta testing phase.

Thanks.
 

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Feedback on Script.

Hi all, Would like to get some feedback on a scrip that I've finished writing at home for work. Any constructive feedback from operations used to legibility, etc. would be appreciated - anything at all. It's my first real script that will be running on a clients server. The script is... (2 Replies)
Discussion started by: Cameron
2 Replies

2. UNIX for Dummies Questions & Answers

feedback form ?! :-(

hi, i am VERY new to UNIX. just wanted some help on a feedback form that i have hosted on a unix server. the feedback form is in asp and doesnt work on unix. any other language to get it working ?? HELP !!! (3 Replies)
Discussion started by: shahenil
3 Replies

3. Programming

Feedback algorithm

Hi I search an exemple of scheduling Feedback algorithm, or help about how to create one. Thanks (0 Replies)
Discussion started by: messier79
0 Replies

4. Shell Programming and Scripting

kshdb feedback

Hi I'm looking for some feedback on kshdb, what are peoples general feeling about it etc. Also has anyone used this as a test mechanism? I am thinking about trying to wrap a basic test script around this. (0 Replies)
Discussion started by: eeisken
0 Replies

5. Post Here to Contact Site Administrators and Moderators

Marking threads as "solved"

perhaps offtopic.. pity this forum don't have an option 'mark this thread as solved' like some others do.. (2 Replies)
Discussion started by: orange47
2 Replies

6. What is on Your Mind?

New Feature: Tagging Threads as "Solved"

We just added a new feature. When tagging a thread, if you tag the thread "solved" the title of the thread will show up as blue (#0000FF) in various places (forum view, top stats, etc.) So, if you want to show your thread as "solved" simply add a "solved" tag to the thread taglist. ... (16 Replies)
Discussion started by: Neo
16 Replies

7. Forum Support Area for Unregistered Users & Account Problems

Retrieve all old threads of a forum.

Is it possible to retrieve all old threads of a forum? For example, I am interested in the shell programming part for tons examples on shell scripting. Thanks! (6 Replies)
Discussion started by: yifangt
6 Replies

8. What is on Your Mind?

Similar Threads: More UNIX and Linux Forum Topics You Might Find Helpful Update

Today I change the DB and the PHP code and rebuilt the database for similar threads at the end of each post, increasing from a max of 5 to a max of 10 similar threads per post: More UNIX and Linux Forum Topics You Might Find Helpful It was quite easy to do: 1. Increased the max size of... (17 Replies)
Discussion started by: Neo
17 Replies
xcb_xv_shm_put_image(3) 					   XCB Requests 					   xcb_xv_shm_put_image(3)

NAME
xcb_xv_shm_put_image - SYNOPSIS
#include <xcb/xv.h> Request function xcb_void_cookie_t xcb_xv_shm_put_image(xcb_connection_t *conn, xcb_xv_port_t port, xcb_drawable_t drawable, xcb_gcontext_t gc, xcb_shm_seg_t shmseg, uint32_t id, uint32_t offset, int16_t src_x, int16_t src_y, uint16_t src_w, uint16_t src_h, int16_t drw_x, int16_t drw_y, uint16_t drw_w, uint16_t drw_h, uint16_t width, uint16_t height, uint8_t send_event); REQUEST ARGUMENTS
conn The XCB connection to X11. port TODO: NOT YET DOCUMENTED. drawable TODO: NOT YET DOCUMENTED. gc TODO: NOT YET DOCUMENTED. shmseg TODO: NOT YET DOCUMENTED. id TODO: NOT YET DOCUMENTED. offset TODO: NOT YET DOCUMENTED. src_x TODO: NOT YET DOCUMENTED. src_y TODO: NOT YET DOCUMENTED. src_w TODO: NOT YET DOCUMENTED. src_h TODO: NOT YET DOCUMENTED. drw_x TODO: NOT YET DOCUMENTED. drw_y TODO: NOT YET DOCUMENTED. drw_w TODO: NOT YET DOCUMENTED. drw_h TODO: NOT YET DOCUMENTED. width TODO: NOT YET DOCUMENTED. height TODO: NOT YET DOCUMENTED. send_event TODO: NOT YET DOCUMENTED. DESCRIPTION
RETURN VALUE
Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the event loop. If you want to handle errors directly with xcb_request_check instead, use xcb_xv_shm_put_image_checked. See xcb-requests(3) for details. ERRORS
This request does never generate any errors. SEE ALSO
AUTHOR
Generated from xv.xml. Contact xcb@lists.freedesktop.org for corrections and improvements. XCB
2014-06-10 xcb_xv_shm_put_image(3)
All times are GMT -4. The time now is 04:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy