소스 검색

window.c: include ButtonPress events in Input

Signed-off-by: Dave Reisner <d@falconindy.com>
master
Dave Reisner 14 년 전
부모
커밋
13eb5ac929
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      window.c

+ 1
- 1
window.c 파일 보기

@@ -64,7 +64,7 @@ void win_open(win_t *win) {
DIE("could not create window");
XSelectInput(e->dpy, win->xwin,
StructureNotifyMask | KeyPressMask);
StructureNotifyMask | KeyPressMask | ButtonPressMask);

gcval.foreground = bgcol.pixel;
win->bgc = XCreateGC(e->dpy, win->xwin, GCForeground, &gcval);


불러오는 중...
취소
저장