summaryrefslogtreecommitdiffhomepage
path: root/qxt-mini/x11-keymap.hpp
blob: b35097bc2bdb5cd9583d85b55d9422ea34c31e3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

#ifndef BUILD_QXT_MINI
#   error "internal header"
#endif

#ifndef __APPLE__

#include <Qt>
#include <QDebug>
#include <X11/Xlib.h>

unsigned qt_key_to_x11(Display* disp, Qt::Key k);

#endif