mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-plugins/npapi-vlc: remove unused file
Closes: https://github.com/gentoo/gentoo/pull/6748
This commit is contained in:
committed by
Aaron W. Swenson
parent
2090c80453
commit
e144c3d82c
@@ -1,38 +0,0 @@
|
||||
#ifndef __XEMBED_H__
|
||||
#define __XEMBED_H__
|
||||
|
||||
/* the latest version of XEmbed that we support */
|
||||
#define PLUGIN_XEMBED_PROTOCOL_VERSION 1
|
||||
|
||||
/* XEMBED messages */
|
||||
typedef enum {
|
||||
XEMBED_EMBEDDED_NOTIFY = 0,
|
||||
XEMBED_WINDOW_ACTIVATE = 1,
|
||||
XEMBED_WINDOW_DEACTIVATE = 2,
|
||||
XEMBED_REQUEST_FOCUS = 3,
|
||||
XEMBED_FOCUS_IN = 4,
|
||||
XEMBED_FOCUS_OUT = 5,
|
||||
XEMBED_FOCUS_NEXT = 6,
|
||||
XEMBED_FOCUS_PREV = 7,
|
||||
XEMBED_GRAB_KEY = 8,
|
||||
XEMBED_UNGRAB_KEY = 9,
|
||||
XEMBED_MODALITY_ON = 10,
|
||||
XEMBED_MODALITY_OFF = 11,
|
||||
|
||||
/* Non standard messages*/
|
||||
XEMBED_GTK_GRAB_KEY = 108,
|
||||
XEMBED_GTK_UNGRAB_KEY = 109
|
||||
} XEmbedMessageType;
|
||||
|
||||
/* Details for XEMBED_FOCUS_IN: */
|
||||
#define XEMBED_FOCUS_CURRENT 0
|
||||
#define XEMBED_FOCUS_FIRST 1
|
||||
#define XEMBED_FOCUS_LAST 2
|
||||
|
||||
/* Flags for XEMBED_FOCUS_IN, XEMBED_FOCUS_NEXT, XEMBED_FOCUS_PREV */
|
||||
#define XEMBED_FOCUS_WRAPAROUND (1 << 0)
|
||||
|
||||
/* Flags for _XEMBED_INFO */
|
||||
#define XEMBED_MAPPED (1 << 0)
|
||||
|
||||
#endif /* __XEMBED_H__ */
|
||||
Reference in New Issue
Block a user