]> git.neil.brown.name Git - edlib.git/commit
display-xcb: merge display_xcb and xcb_new_display
authorNeilBrown <neil@brown.name>
Wed, 28 Jun 2023 20:44:50 +0000 (06:44 +1000)
committerNeilBrown <neil@brown.name>
Wed, 28 Jun 2023 21:03:47 +0000 (07:03 +1000)
commite80cf5dafb3a04e3e4896049b5dffb7d7fecafe8
treec36e8501a50be7fd279b8a7d8e803081bf72fe55
parent1440b09f17909f3143da65a065f2cf8f5fd194c0
display-xcb: merge display_xcb and xcb_new_display

These two function are largely equivalent, so xcb_new_display does a
couple of step that are not harmful for display_xcb.

So discard display_xcb and just use xcb_new_display.

Signed-off-by: NeilBrown <neil@brown.name>
display-x11-xcb.c