summaryrefslogtreecommitdiff
path: root/aux/xcb_aux.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-19Add xcb_aux_change_window_attributes_checkedMikhail Gusarov1-0/+11
2008-11-29Don't call exit() in xcb_aux_get_depth; return 0 instead.Peter Harris1-7/+4
2008-11-21Fix copyright statementJonathan Landis1-0/+31
2007-12-17re-fixed my stupid visual_class typo; thanks to Thomas Hunger for the reportBart Massey1-1/+1
2007-12-08added aux_clear_window() for xlib compatibility, in spite of misgivingsBart Massey1-0/+10
2007-12-07added aux_set_line_attributes_checkedBart Massey1-0/+21
2007-12-07xcb_aux_parse_color()Bart Massey1-0/+47
2007-12-07added checked version of aux_change_gc functionBart Massey1-0/+11
2007-12-07added checked versions of aux_create_window and aux_create_gc functionsBart Massey1-0/+34
2007-12-07added xcb_aux_find_visual functionsBart Massey1-0/+34
2007-12-07added xcb_aux_get_depth_by_visual_id()Bart Massey1-0/+178