Home
last modified time | relevance | path

Searched refs:dirtyProperties (Results 1 – 5 of 5) sorted by relevance

/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/platforms/xcb/
H A Dkwindowsystem.cpp273 NET::Properties dirtyProperties; in nativeEventFilter() local
275 ni.event(ev, &dirtyProperties, &dirtyProperties2); in nativeEventFilter()
279 dirtyProperties |= NET::WMIcon; // support for old icons in nativeEventFilter()
281 dirtyProperties |= NET::WMName; // support for old name in nativeEventFilter()
283 dirtyProperties |= NET::WMIconName; // support for old iconic name in nativeEventFilter()
290 dirtyProperties |= NET::WMDesktop; in nativeEventFilter()
292 if ((dirtyProperties & NET::WMStrut) != 0) { in nativeEventFilter()
298 if (dirtyProperties || dirtyProperties2) { in nativeEventFilter()
305 unsigned long dirty[2] = {dirtyProperties, dirtyProperties2}; in nativeEventFilter()
307 Q_EMIT s_q->windowChanged(eventWindow, dirtyProperties); in nativeEventFilter()
[all …]
H A Dnetwm.h1703 …void update(NET::Properties dirtyProperties, NET::Properties2 dirtyProperties2 = NET::Properties2(…
H A Dnetwm.cpp3851 void NETWinInfo::update(NET::Properties dirtyProperties, NET::Properties2 dirtyProperties2) in update() argument
3853 Properties dirty = dirtyProperties & p->properties; in update()
3857 if (dirtyProperties & XAWMState) { in update()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Devents.cpp331 NET::Properties dirtyProperties; in windowEvent() local
333 info->event(e, &dirtyProperties, &dirtyProperties2); // pass through the NET stuff in windowEvent()
335 if ((dirtyProperties & NET::WMName) != 0) in windowEvent()
337 if ((dirtyProperties & NET::WMIconName) != 0) in windowEvent()
339 if ((dirtyProperties & NET::WMStrut) != 0 in windowEvent()
343 if ((dirtyProperties & NET::WMIcon) != 0) in windowEvent()
1180 NET::Properties dirtyProperties; in windowEvent() local
1182 info->event(e, &dirtyProperties, &dirtyProperties2); // pass through the NET stuff in windowEvent()
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/plugins/orm/hibernate/
H A DHibernatePluginSupport.groovy910 … def dirtyProperties = entry.persister.findDirty(values, entry.loadedState, delegate, session)
911 return dirtyProperties != null
922 … int[] dirtyProperties = entry.persister.findDirty(values, entry.loadedState, delegate, session)
924 return fieldIndex in dirtyProperties
935 … int[] dirtyProperties = entry.persister.findDirty(values, entry.loadedState, delegate, session)
937 for (index in dirtyProperties) {