Home
last modified time | relevance | path

Searched refs:ASRawHints (Results 1 – 10 of 10) sorted by relevance

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dclientprops.c287 void read_wm_name (ASRawHints * hints, Window w) in read_wm_name()
301 void read_wm_class (ASRawHints * hints, Window w) in read_wm_class()
319 void read_wm_hints (ASRawHints * hints, Window w) in read_wm_hints()
463 void read_wm_state (ASRawHints * hints, Window w) in read_wm_state()
628 void read_extwm_pid (ASRawHints * hints, Window w) in read_extwm_pid()
727 void (*read_func) (ASRawHints *, Window);
807 ASRawHints * reusable_memory) in collect_hints()
809 ASRawHints *hints = NULL; in collect_hints()
832 hints = (ASRawHints *) safecalloc (1, sizeof (ASRawHints)); in collect_hints()
835 memset (hints, 0x00, sizeof (ASRawHints)); in collect_hints()
[all …]
H A Dclientprops.h586 typedef struct ASRawHints struct
624 ASRawHints; argument
641 ASRawHints *collect_hints (struct ScreenInfo *scr, Window w, ASFlagType what, ASRawHints *reusable_…
642 void destroy_raw_hints( ASRawHints *hints, Bool reusable );
645 void read_wm_protocols (ASRawHints * hints, Window w);
654 void print_hints ( stream_func func, void* stream, ASRawHints *hints );
658 Bool handle_client_property_update ( Window w, Atom property, ASRawHints *raw );
659 Bool handle_manager_property_update( Window w, Atom property, ASRawHints *raw );
H A Dhints.h11 struct ASRawHints;
243 typedef void (*hints_merge_func)(ASHints* clean, struct ASRawHints *raw,
271 ASHints *merge_hints( struct ASRawHints *raw, struct ASDatabase *db, ASStatusHints *status,
273 void merge_asdb_hints (ASHints * clean, struct ASRawHints * raw, struct ASDatabaseRecord * db_rec, …
H A Dhints.c106 ASRawHints * raw) in merge_command_line()
388 ASRawHints raw; in update_protocols()
416 ASRawHints raw; in update_colormaps()
511 merge_icccm_hints (ASHints * clean, ASRawHints * raw, in merge_icccm_hints()
989 merge_kde_hints (ASHints * clean, ASRawHints * raw, in merge_kde_hints()
1507 ASRawHints raw; in update_property_hints()
1512 memset (&raw, 0x00, sizeof (ASRawHints)); in update_property_hints()
1557 ASRawHints raw; in update_cmd_line_hints()
1559 memset (&raw, 0x00, sizeof (ASRawHints)); in update_cmd_line_hints()
1575 ASRawHints raw; in update_property_hints_manager()
[all …]
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Dadd_window.c149 Bool collect_aswindow_hints (ASWindow * asw, ASRawHints * raw_hints) in collect_aswindow_hints()
188 ASRawHints raw_hints; in AddWindow()
H A Dwinstatus.c987 Bool collect_aswindow_hints (ASWindow * asw, ASRawHints * raw_hints);
991 static ASRawHints raw_hints; in on_window_hints_changed()
H A Dmenus.c1532 ASRawHints raw; in show_asmenu()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/WinTabs/
H A DWinTabs.c1802 ASRawHints hints ; in check_wm_protocols()
1803 memset( &hints, 0x00, sizeof(ASRawHints)); in check_wm_protocols()
1989 ASRawHints raw ; in check_swallow_window()
2214 ASRawHints raw; in handle_tab_name_change()
2222 memset( &raw, 0x00, sizeof(ASRawHints)); in handle_tab_name_change()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/WinList2/
H A DWinList.c1294 ASRawHints raw; in configure_tbar_icon()
1304 memset( &raw, 0x00, sizeof(ASRawHints)); in configure_tbar_icon()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/Ident/
H A DIdent.c486 ASRawHints raw ; in fill_window_data()