JX Application Framework
|
#include "JXSelectionManager.h"
#include "JXDNDManager.h"
#include "JXDisplay.h"
#include "JXWindow.h"
#include "JXWidget.h"
#include "jXGlobals.h"
#include "jXUtil.h"
#include <jx-af/jcore/jTime.h>
#include <string.h>
#include <stdlib.h>
#include <limits.h>
#include <X11/Xlib.h>
#include <jx-af/jcore/jAssert.h>
#include <jx-af/jcore/JProcess.h>
#include <jx-af/jcore/jStreamUtil.h>
#include <unistd.h>
Macros | |
#define | JXSEL_DEBUG_MSGS 0 |
#define | JXSEL_DEBUG_ONLY_RESULT 0 |
#define | JXSEL_MICRO_TRANSFER 0 |
Variables | |
const Time | kHistoryInterval = 60000 |
const clock_t | kWaitForSelectionTime = 5 * CLOCKS_PER_SEC |
const clock_t | kUserBoredWaitingTime = 1 * CLOCKS_PER_SEC |
#define JXSEL_DEBUG_MSGS 0 |
#define JXSEL_DEBUG_ONLY_RESULT 0 |
#define JXSEL_MICRO_TRANSFER 0 |
const Time kHistoryInterval = 60000 |
const clock_t kUserBoredWaitingTime = 1 * CLOCKS_PER_SEC |
const clock_t kWaitForSelectionTime = 5 * CLOCKS_PER_SEC |