File: cursor.h

package info (click to toggle)
unclutter-xfixes 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: ansic: 544; makefile: 53; sh: 12
file content (10 lines) | stat: -rw-r--r-- 173 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
// vim:ts=4:sw=4:expandtab
#pragma once

#include <X11/Xlib.h>

void cursor_show(void);

void cursor_hide(void);

void cursor_find(Window *child, int *root_x, int *root_y);