Skip to content

Add more Xlib Methods#1

Open
daviseidel wants to merge 15 commits into
vbsw:masterfrom
daviseidel:master
Open

Add more Xlib Methods#1
daviseidel wants to merge 15 commits into
vbsw:masterfrom
daviseidel:master

Conversation

@daviseidel
Copy link
Copy Markdown

I have messed around and added a couple of xlib methods and event types to make implementing TinyWM possible without using cgo.

Methods Added:

  • XGrabKey
  • XRaiseWindow
  • XGetWindowAttributes
  • XMoveResizeWindow
  • XKeysymToKeycode
  • XStringToKeysym
  • XGrabButton

Types and events added

  • GrabModeAsync
  • GrabModeSync
  • Mod1...Mask
  • Window Attribute
  • Cursor
  • C Bool

Also added some code readability changes, and upgraded to go 1.18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant