Home
last modified time | relevance | path

Searched refs:SCREEN_EDGE_TOP (Results 1 – 8 of 8) sorted by relevance

/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A DMoveEventHandler.cc191 } else if (y <= signed(_cfg->getScreenEdgeSize(SCREEN_EDGE_TOP))) { in doMoveEdgeFind()
192 edge = SCREEN_EDGE_TOP; in doMoveEdgeFind()
H A Dpekwm.hh154 SCREEN_EDGE_TOP, SCREEN_EDGE_BOTTOM, enumerator
H A DWindowManager.cc376 new EdgeWO(root_wo, SCREEN_EDGE_TOP, in screenEdgeCreate()
377 indent && (cfg->getScreenEdgeSize(SCREEN_EDGE_TOP) > 0), in screenEdgeCreate()
398 uint t_size = std::max(cfg->getScreenEdgeSize(SCREEN_EDGE_TOP), 1); in screenEdgeResize()
H A DManagerWindows.cc628 case SCREEN_EDGE_TOP: in configureStrut()
H A DWorkspaces.cc335 y = std::max(pekwm::config()->getScreenEdgeSize(SCREEN_EDGE_TOP) + 2, 2); in warpToWorkspace()
H A DConfig.cc1339 case SCREEN_EDGE_TOP: in getEdgeListFromPosition()
/dports/x11-wm/libcompizconfig/libcompizconfig-0.8.8/src/
H A Dbindings.c52 #define SCREEN_EDGE_TOP (1 << 2) macro
91 { "Top", "<TopEdge>", SCREEN_EDGE_TOP },
/dports/x11-wm/compiz/compiz-0.8.8/include/
H A Dcompiz-core.h1934 #define SCREEN_EDGE_TOP 2 macro